From 4de7d0b81310c788365fd3d2ab28dfbbccb5b171 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 4 Jun 2025 14:00:33 +0200 Subject: PHPStan: pass checkImplicitMixed (#7642) * PHPStan: pass checkImplicitMixed * Complete --- phpstan-next.neon | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'phpstan-next.neon') diff --git a/phpstan-next.neon b/phpstan-next.neon index 19aaed28e..ff29085b8 100644 --- a/phpstan-next.neon +++ b/phpstan-next.neon @@ -4,12 +4,19 @@ includes: parameters: level: max - checkImplicitMixed: true # TODO pass strictRules: - strictArrayFilter: false # TODO pass maybe + strictArrayFilter: true # TODO pass excludePaths: analyse: # TODO: Update files below and remove them from this list - - app/Models/EntryDAO.php - - app/Models/TagDAO.php - - app/Services/ImportService.php + - app/Controllers/configureController.php + - app/Controllers/feedController.php + - app/Controllers/subscriptionController.php + - app/Models/Entry.php + - app/Models/UserQuery.php + - cli/CliOption.php + - cli/CliOptionsParser.php + - cli/create-user.php + - cli/reconfigure.php + - cli/update-user.php + - lib/Minz/Migrator.php -- cgit v1.2.3