Skip to content

Commit 93b9a10

Browse files
authored
1 parent c1d1751 commit 93b9a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Symfony/Sniffs/Arrays/MultiLineArrayCommaSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function process(File $phpcsFile, $stackPtr)
9595
);
9696

9797
if ($lastCommaPtr === false) {
98-
return;
98+
$lastCommaPtr = 0;
9999
}
100100

101101
while ($lastCommaPtr < $closePtr -1) {

0 commit comments

Comments
 (0)