File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1313 "sabre/uri" : " ^2.3 || ^3.0"
1414 },
1515 "require-dev" : {
16- "friendsofphp/php-cs-fixer" : " ^3.64 " ,
17- "phpstan/phpstan" : " ^1.11 " ,
16+ "friendsofphp/php-cs-fixer" : " ^3.66 " ,
17+ "phpstan/phpstan" : " ^1.12 " ,
1818 "phpstan/phpstan-phpunit" : " ^1.4" ,
1919 "phpstan/phpstan-strict-rules" : " ^1.6" ,
20- "phpstan/extension-installer" : " ^1.3 " ,
20+ "phpstan/extension-installer" : " ^1.4 " ,
2121 "phpunit/phpunit" : " ^9.6"
2222 },
2323 "suggest" : {
Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ parameters:
3030 message : " #^Strict comparison using === between null and array<string, mixed> will always evaluate to false.$#"
3131 count : 1
3232 path : lib/functions.php
33- -
34- message : " #^Offset 'value' on array.* in isset\\ (\\ ) always exists and is not nullable.$#"
35- count : 1
36- path : lib/functions.php
3733 -
3834 message : " #^.* will always evaluate to true\\ .$#"
3935 count : 4
You can’t perform that action at this time.
0 commit comments