Skip to content

Commit 0c82c96

Browse files
committed
Move IllegalConstructorMethodCallRule and IllegalConstructorStaticCallRule to phpstan-strict-rules
1 parent c0b61e2 commit 0c82c96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: rules.neon

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ parameters:
1212
reportMaybesInMethodSignatures: true
1313
reportStaticMethodSignatures: true
1414
reportMaybesInPropertyPhpDocTypes: true
15+
featureToggles:
16+
illegalConstructorMethodCall: %featureToggles.bleedingEdge%
1517

1618
rules:
1719
- PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule

0 commit comments

Comments
 (0)