Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 2, 2024
1 parent 7e9ba57 commit 06cdb82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Configuration/RectorConfigBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 06cdb82

Please sign in to comment.