aboutsummaryrefslogtreecommitdiff
path: root/phpstan-next.neon
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-08-07 22:19:45 +0200
committerGravatar GitHub <noreply@github.com> 2025-08-07 22:19:45 +0200
commit62f32ccadff77594f5b8e3ad24c4c2541ff35885 (patch)
tree29689e66fd16fcbeb385cda554890d45d66e58c2 /phpstan-next.neon
parent149136fbe252cca4cb8dcdb463df135094bc0f87 (diff)
PHPStan: finalise strictArrayFilter (#7794)
As well as reportPossiblyNonexistentConstantArrayOffset. And disable PHPStan-next from GitHub Action, since the work is completed for now.
Diffstat (limited to 'phpstan-next.neon')
-rw-r--r--phpstan-next.neon14
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