We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d1751 commit 93b9a10Copy full SHA for 93b9a10
1 file changed
Symfony/Sniffs/Arrays/MultiLineArrayCommaSniff.php
@@ -95,7 +95,7 @@ public function process(File $phpcsFile, $stackPtr)
95
);
96
97
if ($lastCommaPtr === false) {
98
- return;
+ $lastCommaPtr = 0;
99
}
100
101
while ($lastCommaPtr < $closePtr -1) {
0 commit comments