aboutsummaryrefslogtreecommitdiff
path: root/phpstan-next.neon
diff options
context:
space:
mode:
Diffstat (limited to 'phpstan-next.neon')
-rw-r--r--phpstan-next.neon3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpstan-next.neon b/phpstan-next.neon
index df4811a7a..d8fefc422 100644
--- a/phpstan-next.neon
+++ b/phpstan-next.neon
@@ -4,7 +4,6 @@ includes:
parameters:
level: max
- checkBenevolentUnionTypes: true # TODO pass
checkImplicitMixed: true # TODO pass
strictRules:
strictArrayFilter: false # TODO pass maybe
@@ -13,10 +12,8 @@ parameters:
# TODO: Update files below and remove them from this list
- app/Models/Entry.php
- app/Models/EntryDAO.php
- - app/Models/Feed.php
- app/Models/FeedDAO.php
- app/Models/TagDAO.php
- app/Models/Themes.php
- app/Services/ImportService.php
- app/views/helpers/feed/update.phtml
- - cli/CliOptionsParser.php