Disable bleeding edge

This commit is contained in:
Joshua Ramon Enslin 2024-05-27 16:43:30 +02:00
parent f73cf2f0ff
commit dae33436cf
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -1,7 +1,8 @@
includes:
- ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon
# - ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon
- ../../../vendor/phpstan/phpstan-deprecation-rules/rules.neon
parameters:
bleedingEdge: true
polluteScopeWithLoopInitialAssignments: false
polluteScopeWithAlwaysIterableForeach: false
checkAlwaysTrueCheckTypeFunctionCall: true