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 d389baf commit 1b144e3Copy full SHA for 1b144e3
rules.neon
@@ -15,6 +15,7 @@ rules:
15
- PHPStan\Rules\DisallowedConstructs\DisallowedEmptyRule
16
- PHPStan\Rules\DisallowedConstructs\DisallowedImplicitArrayCreationRule
17
- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
18
+ - PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
19
- PHPStan\Rules\Methods\WrongCaseOfInheritedMethodRule
20
- PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule
21
- PHPStan\Rules\StrictCalls\StrictFunctionCallsRule
0 commit comments