From c46d6a29fa8183d6084d3c6945ea1a1b2a9a0730 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 13 Aug 2026 09:20:16 +0200 Subject: [PATCH] [TASK] Use the PHP version from `composer.json` for Rector https://getrector.com/documentation/set-lists#content-php-sets --- Build/rector/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/rector/config.php b/Build/rector/config.php index e28a9300..1a6e1fcf 100644 --- a/Build/rector/config.php +++ b/Build/rector/config.php @@ -13,6 +13,7 @@ __DIR__ . '/../../tests', ] ) + ->withPhpSets() ->withComposerBased() ->withSets([ // SetList::CODE_QUALITY,