mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-24 13:17:59 -05:00
* PHPStan more checkImplicitMixed * Draft Entry.php * Finish Entry.php * Finish FeedDAO.php and Themes.php
16 lines
381 B
Plaintext
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
|