File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2727 "nexusphp/cs-config" : " ^3.6" ,
2828 "nexusphp/tachycardia" : " ^2.0" ,
2929 "phpstan/extension-installer" : " ^1.3" ,
30- "phpstan/phpstan" : " ^1.10.2 " ,
31- "phpstan/phpstan-strict-rules" : " ^1.5 " ,
30+ "phpstan/phpstan" : " ^1.11 " ,
31+ "phpstan/phpstan-strict-rules" : " ^1.6 " ,
3232 "phpunit/phpcov" : " ^9.0.2" ,
3333 "phpunit/phpunit" : " ^10.5.16" ,
3434 "predis/predis" : " ^1.1 || ^2.0" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,9 @@ parameters:
3131 - tests/system/View/Views/*
3232 scanDirectories:
3333 - system/Helpers
34- checkGenericClassInNonGenericObjectType: false
34+ ignoreErrors:
35+ -
36+ identifier: missingType.generics
3537 checkMissingCallableSignature: true
3638 treatPhpDocTypesAsCertain: false
3739 strictRules:
You can’t perform that action at this time.
0 commit comments