Skip to content

Commit

Permalink
Set reportMaybesInPropertyPhpDocTypes: true
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Aug 21, 2021
1 parent ce82a05 commit 2b72e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"require": {
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.66"
"phpstan/phpstan": "^0.12.96"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
Expand Down
1 change: 1 addition & 0 deletions rules.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parameters:
checkMissingClosureNativeReturnTypehintRule: true
reportMaybesInMethodSignatures: true
reportStaticMethodSignatures: true
reportMaybesInPropertyPhpDocTypes: true

rules:
- PHPStan\Rules\BooleansInConditions\BooleanInBooleanNotRule
Expand Down

0 comments on commit 2b72e8e

Please sign in to comment.