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 Jul 3, 2022
1 parent bb8e3d6 commit d63dc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/CodeQuality/Rector/For_/ForToForeachRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private function processForToForeach(For_ $for, string $iteratedVariable): ?Fore
}

private function createForeachFromForWithIteratedVariableSingle(
\For_ $for,
For_ $for,
string $iteratedVariableSingle
): Foreach_ {
$foreach = $this->foreachFactory->createFromFor(
Expand Down

0 comments on commit d63dc48

Please sign in to comment.