We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reportNonIntStringArrayKey
1 parent b94a0b1 commit 1aba28bCopy full SHA for 1aba28b
composer.json
@@ -8,7 +8,7 @@
8
"keywords": ["static analysis"],
9
"require": {
10
"php": "^7.4 || ^8.0",
11
- "phpstan/phpstan": "^2.1.29"
+ "phpstan/phpstan": "^2.1.39"
12
},
13
"require-dev": {
14
"php-parallel-lint/php-parallel-lint": "^1.2",
rules.neon
@@ -12,6 +12,7 @@ parameters:
reportMaybesInPropertyPhpDocTypes: true
reportWrongPhpDocTypeInVarTag: true
checkStrictPrintfPlaceholderTypes: true
15
+ reportNonIntStringArrayKey: %featureToggles.bleedingEdge%
16
strictRules:
17
allRules: true
18
disallowedLooseComparison: %strictRules.allRules%
0 commit comments