We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58717a commit d389bafCopy full SHA for d389baf
rules.neon
@@ -14,6 +14,7 @@ rules:
14
- PHPStan\Rules\BooleansInConditions\BooleanInTernaryOperatorRule
15
- PHPStan\Rules\DisallowedConstructs\DisallowedEmptyRule
16
- PHPStan\Rules\DisallowedConstructs\DisallowedImplicitArrayCreationRule
17
+ - PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
18
- PHPStan\Rules\Methods\WrongCaseOfInheritedMethodRule
19
- PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule
20
- PHPStan\Rules\StrictCalls\StrictFunctionCallsRule
0 commit comments