We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce82a05 commit 2b72e8eCopy full SHA for 2b72e8e
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": "^7.1 || ^8.0",
10
- "phpstan/phpstan": "^0.12.66"
+ "phpstan/phpstan": "^0.12.96"
11
},
12
"require-dev": {
13
"php-parallel-lint/php-parallel-lint": "^1.2",
rules.neon
@@ -9,6 +9,7 @@ parameters:
checkMissingClosureNativeReturnTypehintRule: true
reportMaybesInMethodSignatures: true
reportStaticMethodSignatures: true
+ reportMaybesInPropertyPhpDocTypes: true
14
rules:
15
- PHPStan\Rules\BooleansInConditions\BooleanInBooleanNotRule
0 commit comments