aboutsummaryrefslogtreecommitdiff
path: root/phpstan-next.neon
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-01-31 13:59:51 +0100
committerGravatar GitHub <noreply@github.com> 2025-01-31 13:59:51 +0100
commite749490693eccd61e9ea9152fada33470e5492f7 (patch)
tree405c8c03a676f74399f21830e5e0244dac5eb8bd /phpstan-next.neon
parentf72f5e95238a866c39535932c803720d7644a276 (diff)
Pass PHPStan checkBenevolentUnionTypes (#7270)
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