From 06cdb82eadadbd59dce3738821dfe5466c36d0a0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 2 Sep 2024 00:24:23 +0000 Subject: [PATCH] [ci-review] Rector Rectify --- src/Configuration/RectorConfigBuilder.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Configuration/RectorConfigBuilder.php b/src/Configuration/RectorConfigBuilder.php index c785e570d6..733fc6cc77 100644 --- a/src/Configuration/RectorConfigBuilder.php +++ b/src/Configuration/RectorConfigBuilder.php @@ -518,34 +518,42 @@ public function withPhpSets( return $this; } + if ($php53) { $this->withPhp53Sets(); return $this; } + if ($php54) { $this->withPhp54Sets(); return $this; } + if ($php55) { $this->withPhp55Sets(); return $this; } + if ($php56) { $this->withPhp56Sets(); return $this; } + if ($php70) { $this->withPhp70Sets(); return $this; } + if ($php71) { $this->withPhp71Sets(); return $this; } + if ($php72) { $this->withPhp72Sets(); return $this; } + if ($php73) { $this->withPhp73Sets(); return $this;