Skip to content

Commit f6d8a9e

Browse files
authored
Rectify (#7816)
1 parent cad967d commit f6d8a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/CodeQuality/Rector/Foreach_/ForeachItemsAssignToEmptyArrayToAssignRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function refactor(Node $node): ?Node
107107
if ($this->isAppend($stmt, $emptyArrayVariables)) {
108108
return null;
109109
}
110-
110+
111111
continue;
112112
}
113113

0 commit comments

Comments
 (0)