We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b61e2 commit 0c82c96Copy full SHA for 0c82c96
rules.neon
@@ -12,6 +12,8 @@ parameters:
12
reportMaybesInMethodSignatures: true
13
reportStaticMethodSignatures: true
14
reportMaybesInPropertyPhpDocTypes: true
15
+ featureToggles:
16
+ illegalConstructorMethodCall: %featureToggles.bleedingEdge%
17
18
rules:
19
- PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule
0 commit comments