diff options
Diffstat (limited to 'phpstan-next.neon')
| -rw-r--r-- | phpstan-next.neon | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/phpstan-next.neon b/phpstan-next.neon index ff29085b8..2b287e44c 100644 --- a/phpstan-next.neon +++ b/phpstan-next.neon @@ -4,19 +4,7 @@ includes: parameters: level: max - strictRules: - strictArrayFilter: true # TODO pass + reportPossiblyNonexistentGeneralArrayOffset: false # TODO: pass maybe excludePaths: analyse: # TODO: Update files below and remove them from this list - - 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 |
