Files
FreshRSS/phpstan-next.neon
Alexandre Alapetite f7b4a1e742 PHPStan more checkImplicitMixed (#7339)
* PHPStan more checkImplicitMixed

* Draft Entry.php

* Finish Entry.php

* Finish FeedDAO.php and Themes.php
2025-02-23 17:08:17 +01:00

16 lines
381 B
Plaintext

includes:
- phpstan.dist.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
level: max
checkImplicitMixed: true # TODO pass
strictRules:
strictArrayFilter: false # TODO pass maybe
excludePaths:
analyse:
# TODO: Update files below and remove them from this list
- app/Models/EntryDAO.php
- app/Models/TagDAO.php
- app/Services/ImportService.php