From 5c7ec24953faba33c88676ed58050ca6ef466bdc Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sat, 5 Sep 2026 17:37:53 +0700 Subject: [PATCH] chore: Move phpstan.dist.neon order in rector.php config to avoid tmp/schema.php created on run --- rector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rector.php b/rector.php index 4cb10eecfa10..e852257d8129 100644 --- a/rector.php +++ b/rector.php @@ -69,10 +69,10 @@ __DIR__ . '/phpstan-bootstrap.php', ]) ->withPHPStanConfigs([ - __DIR__ . '/phpstan.dist.neon', __DIR__ . '/vendor/codeigniter/phpstan-codeigniter/extension.neon', __DIR__ . '/vendor/phpstan/phpstan-strict-rules/rules.neon', __DIR__ . '/vendor/shipmonk/phpstan-baseline-per-identifier/extension.neon', + __DIR__ . '/phpstan.dist.neon', ]) // is there a file you need to skip? ->withSkip([