From e749490693eccd61e9ea9152fada33470e5492f7 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 31 Jan 2025 13:59:51 +0100 Subject: Pass PHPStan checkBenevolentUnionTypes (#7270) --- phpstan-next.neon | 3 --- 1 file changed, 3 deletions(-) (limited to 'phpstan-next.neon') 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 -- cgit v1.2.3