From e49feeea98407ac79ad073ab42bbb89776eab77c Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 16 May 2026 10:13:47 +0200 Subject: [PATCH] [BUGFIX] Do not process `Build/` with Rector There is no meaningful code in `Build/` for Rector to process. Also, Rector changing its own configuration may lead to strang Inception-like effects. --- Build/rector/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Build/rector/config.php b/Build/rector/config.php index 5f177ad7..7129a059 100644 --- a/Build/rector/config.php +++ b/Build/rector/config.php @@ -10,7 +10,6 @@ return RectorConfig::configure() ->withPaths( [ - __DIR__ . '/../../Build', __DIR__ . '/../../bin', __DIR__ . '/../../src', __DIR__ . '/../../tests',