Compare commits
4 Commits
16f335bab9
...
master
Author | SHA1 | Date | |
---|---|---|---|
93d26dc1b6
|
|||
1046386555
|
|||
1abb965047 | |||
dae33436cf
|
@ -1,5 +1,5 @@
|
|||||||
includes:
|
includes:
|
||||||
- ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon
|
- phar://phpstan.phar/conf/bleedingEdge.neon
|
||||||
- ../../../vendor/phpstan/phpstan-deprecation-rules/rules.neon
|
- ../../../vendor/phpstan/phpstan-deprecation-rules/rules.neon
|
||||||
parameters:
|
parameters:
|
||||||
polluteScopeWithLoopInitialAssignments: false
|
polluteScopeWithLoopInitialAssignments: false
|
||||||
@ -80,10 +80,10 @@ parametersSchema:
|
|||||||
])
|
])
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
- PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule
|
# - PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule
|
||||||
- PHPStan\Rules\BooleansInConditions\BooleanInBooleanOrRule
|
# - PHPStan\Rules\BooleansInConditions\BooleanInBooleanOrRule
|
||||||
- PHPStan\Rules\BooleansInConditions\BooleanInElseIfConditionRule
|
# - PHPStan\Rules\BooleansInConditions\BooleanInElseIfConditionRule
|
||||||
- PHPStan\Rules\BooleansInConditions\BooleanInTernaryOperatorRule
|
# - PHPStan\Rules\BooleansInConditions\BooleanInTernaryOperatorRule
|
||||||
- PHPStan\Rules\DisallowedConstructs\DisallowedImplicitArrayCreationRule
|
- PHPStan\Rules\DisallowedConstructs\DisallowedImplicitArrayCreationRule
|
||||||
- PHPStan\Rules\DisallowedConstructs\DisallowedShortTernaryRule
|
- PHPStan\Rules\DisallowedConstructs\DisallowedShortTernaryRule
|
||||||
- PHPStan\Rules\ForeachLoop\OverwriteVariablesWithForeachRule
|
- PHPStan\Rules\ForeachLoop\OverwriteVariablesWithForeachRule
|
||||||
|
Reference in New Issue
Block a user