Files
FreshRSS/phpstan-next.neon
Alexandre Alapetite 62f32ccadf PHPStan: finalise strictArrayFilter (#7794)
As well as reportPossiblyNonexistentConstantArrayOffset.
And disable PHPStan-next from GitHub Action, since the work is completed for now.
2025-08-07 22:19:45 +02:00

11 lines
263 B
Plaintext

includes:
- phpstan.dist.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
level: max
reportPossiblyNonexistentGeneralArrayOffset: false # TODO: pass maybe
excludePaths:
analyse:
# TODO: Update files below and remove them from this list