aboutsummaryrefslogtreecommitdiff
path: root/phpstan-next.neon
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-06-04 14:00:33 +0200
committerGravatar GitHub <noreply@github.com> 2025-06-04 14:00:33 +0200
commit4de7d0b81310c788365fd3d2ab28dfbbccb5b171 (patch)
tree9e1217892a1f6a3ee33611ff739aa46cfb6bd825 /phpstan-next.neon
parent2b94cffeab0dfd66fcef15b6295efba24319b555 (diff)
PHPStan: pass checkImplicitMixed (#7642)
* PHPStan: pass checkImplicitMixed * Complete
Diffstat (limited to 'phpstan-next.neon')
-rw-r--r--phpstan-next.neon17
1 files changed, 12 insertions, 5 deletions
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