mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2025-12-24 05:57:45 -05:00
As well as reportPossiblyNonexistentConstantArrayOffset. And disable PHPStan-next from GitHub Action, since the work is completed for now.
11 lines
263 B
Plaintext
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
|