We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901342f commit b632fd2Copy full SHA for b632fd2
2 files changed
composer.json
@@ -27,8 +27,8 @@
27
"nexusphp/cs-config": "^3.6",
28
"nexusphp/tachycardia": "^2.0",
29
"phpstan/extension-installer": "^1.3",
30
- "phpstan/phpstan": "^1.10.2",
31
- "phpstan/phpstan-strict-rules": "^1.5",
+ "phpstan/phpstan": "^1.11",
+ "phpstan/phpstan-strict-rules": "^1.6",
32
"phpunit/phpcov": "^9.0.2",
33
"phpunit/phpunit": "^10.5.16",
34
"predis/predis": "^1.1 || ^2.0",
phpstan.neon.dist
@@ -31,7 +31,9 @@ parameters:
- tests/system/View/Views/*
scanDirectories:
- system/Helpers
- checkGenericClassInNonGenericObjectType: false
+ ignoreErrors:
35
+ -
36
+ identifier: missingType.generics
37
checkMissingCallableSignature: true
38
treatPhpDocTypesAsCertain: false
39
strictRules:
0 commit comments