We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b78d53 commit d6211c4Copy full SHA for d6211c4
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": "^7.4 || ^8.0",
10
- "phpstan/phpstan": "^2.0.4"
+ "phpstan/phpstan": "^2.1.29"
11
},
12
"require-dev": {
13
"php-parallel-lint/php-parallel-lint": "^1.2",
rules.neon
@@ -11,6 +11,7 @@ parameters:
reportStaticMethodSignatures: true
reportMaybesInPropertyPhpDocTypes: true
reportWrongPhpDocTypeInVarTag: true
14
+ checkStrictPrintfPlaceholderTypes: true
15
strictRules:
16
allRules: true
17
disallowedLooseComparison: %strictRules.allRules%
0 commit comments