From 62f32ccadff77594f5b8e3ad24c4c2541ff35885 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 7 Aug 2025 22:19:45 +0200 Subject: PHPStan: finalise strictArrayFilter (#7794) As well as reportPossiblyNonexistentConstantArrayOffset. And disable PHPStan-next from GitHub Action, since the work is completed for now. --- phpstan-next.neon | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'phpstan-next.neon') 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 -- cgit v1.2.3