Use phar to load bleeding edge

This commit is contained in:
Joshua Ramon Enslin 2024-05-27 16:47:46 +02:00
parent 1abb965047
commit 1046386555
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

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