Skip to content

Commit 2b72e8e

Browse files
committed
Set reportMaybesInPropertyPhpDocTypes: true
1 parent ce82a05 commit 2b72e8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "^7.1 || ^8.0",
10-
"phpstan/phpstan": "^0.12.66"
10+
"phpstan/phpstan": "^0.12.96"
1111
},
1212
"require-dev": {
1313
"php-parallel-lint/php-parallel-lint": "^1.2",

Diff for: rules.neon

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ parameters:
99
checkMissingClosureNativeReturnTypehintRule: true
1010
reportMaybesInMethodSignatures: true
1111
reportStaticMethodSignatures: true
12+
reportMaybesInPropertyPhpDocTypes: true
1213

1314
rules:
1415
- PHPStan\Rules\BooleansInConditions\BooleanInBooleanNotRule

0 commit comments

Comments
 (0)