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 3ca91cc commit 68ba88bCopy full SHA for 68ba88b
phpstan.neon
@@ -6,7 +6,7 @@ includes:
6
- phpstan-baseline.neon
7
8
parameters:
9
- excludes_analyse:
+ excludePaths:
10
- tests/*/data/*
11
12
services:
rules.neon
@@ -23,6 +23,7 @@ rules:
23
- PHPStan\Rules\DisallowedConstructs\DisallowedShortTernaryRule
24
- PHPStan\Rules\ForeachLoop\OverwriteVariablesWithForeachRule
25
- PHPStan\Rules\ForLoop\OverwriteVariablesWithForLoopInitRule
26
+ - PHPStan\Rules\Functions\ClosureUsesThisRule
27
- PHPStan\Rules\Methods\WrongCaseOfInheritedMethodRule
28
- PHPStan\Rules\Operators\OperandInArithmeticPostDecrementRule
29
- PHPStan\Rules\Operators\OperandInArithmeticPostIncrementRule
0 commit comments