Skip to content

Commit

Permalink
Move IllegalConstructorMethodCallRule and IllegalConstructorStaticCal…
Browse files Browse the repository at this point in the history
…lRule to phpstan-strict-rules
  • Loading branch information
ondrejmirtes committed May 4, 2022
1 parent c0b61e2 commit 0c82c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules.neon
Expand Up @@ -12,6 +12,8 @@ parameters:
reportMaybesInMethodSignatures: true
reportStaticMethodSignatures: true
reportMaybesInPropertyPhpDocTypes: true
featureToggles:
illegalConstructorMethodCall: %featureToggles.bleedingEdge%

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

0 comments on commit 0c82c96

Please sign in to comment.