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 be5935e commit 2ad2111
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rules/CodeQuality/Rector/For_/ForToForeachRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ private function processForToForeach(For_ $for, string $iteratedVariable): ?Fore
private function createForeachFromForWithIteratedVariableSingle(
\For_ $for,
string $iteratedVariableSingle
): Foreach_
{
): Foreach_ {
$foreach = $this->foreachFactory->createFromFor(
$for,
$iteratedVariableSingle,
Expand Down

0 comments on commit 2ad2111

Please sign in to comment.