Files
FreshRSS/phpstan-next.neon
Alexandre Alapetite 4de7d0b813 PHPStan: pass checkImplicitMixed (#7642)
* PHPStan: pass checkImplicitMixed

* Complete
2025-06-04 14:00:33 +02:00

23 lines
588 B
Plaintext

includes:
- phpstan.dist.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
level: max
strictRules:
strictArrayFilter: true # TODO pass
excludePaths:
analyse:
# TODO: Update files below and remove them from this list
- app/Controllers/configureController.php
- app/Controllers/feedController.php
- app/Controllers/subscriptionController.php
- app/Models/Entry.php
- app/Models/UserQuery.php
- cli/CliOption.php
- cli/CliOptionsParser.php
- cli/create-user.php
- cli/reconfigure.php
- cli/update-user.php
- lib/Minz/Migrator.php