mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-30 04:01:33 -04:00
20 lines
503 B
Plaintext
20 lines
503 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/Entry.php
|
|
- app/Models/EntryDAO.php
|
|
- app/Models/FeedDAO.php
|
|
- app/Models/TagDAO.php
|
|
- app/Models/Themes.php
|
|
- app/Services/ImportService.php
|
|
- app/views/helpers/feed/update.phtml
|