Compare commits

...

2 Commits

View File

@ -1,8 +1,7 @@
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:
bleedingEdge: true
polluteScopeWithLoopInitialAssignments: false polluteScopeWithLoopInitialAssignments: false
polluteScopeWithAlwaysIterableForeach: false polluteScopeWithAlwaysIterableForeach: false
checkAlwaysTrueCheckTypeFunctionCall: true checkAlwaysTrueCheckTypeFunctionCall: true
@ -81,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