Skip to content

Commit cd7cd31

Browse files
Upgraded static analyzers
1 parent 7d742c8 commit cd7cd31

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Api/Issues.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Issues extends AbstractApi
3737
* @var string $labels comma-separated list of label names, issues must have all labels to be returned
3838
* @var bool $with_labels_details if true, response will return more details for each label
3939
* @var string $milestone the milestone title
40-
* @var string scope return issues for the given scope: created-by-me, assigned-to-me or all (default is created-by-me)
40+
* @var string $scope return issues for the given scope: created-by-me, assigned-to-me or all (default is created-by-me)
4141
* @var int[] $iids return only the issues having the given iid
4242
* @var string $order_by return requests ordered by created_at or updated_at fields (default is created_at)
4343
* @var string $sort return requests sorted in asc or desc order (default is desc)

vendor-bin/phpstan/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^8.0.2",
4-
"phpstan/phpstan": "1.2.0",
4+
"phpstan/phpstan": "1.4.2",
55
"phpstan/phpstan-deprecation-rules": "1.0.0",
66
"phpstan/phpstan-strict-rules": "1.1.0",
77
"thecodingmachine/phpstan-strict-rules": "1.0.0",

vendor-bin/phpunit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^7.2.5 || ^8.0.2",
4-
"phpunit/phpunit": "^8.5.22 || ^9.5.11"
4+
"phpunit/phpunit": "^8.5.23 || ^9.5.12"
55
},
66
"config": {
77
"preferred-install": "dist"

vendor-bin/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^8.0.2",
4-
"psalm/phar": "4.16.1"
4+
"psalm/phar": "4.18.1"
55
},
66
"config": {
77
"preferred-install": "dist"

0 commit comments

Comments
 (0)