aboutsummaryrefslogtreecommitdiff
path: root/phpstan-next.neon
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-02-23 17:08:17 +0100
committerGravatar GitHub <noreply@github.com> 2025-02-23 17:08:17 +0100
commitf7b4a1e74220af1d0db310f17ba1294862a32393 (patch)
tree349527d1e8538233d1ed337c5888973b6a0a1ccf /phpstan-next.neon
parentb0b75dd635831e23a4241e52a9ecd5fce0fb26b9 (diff)
PHPStan more checkImplicitMixed (#7339)
* PHPStan more checkImplicitMixed * Draft Entry.php * Finish Entry.php * Finish FeedDAO.php and Themes.php
Diffstat (limited to 'phpstan-next.neon')
-rw-r--r--phpstan-next.neon4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpstan-next.neon b/phpstan-next.neon
index d8fefc422..19aaed28e 100644
--- a/phpstan-next.neon
+++ b/phpstan-next.neon
@@ -10,10 +10,6 @@ parameters:
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