Skip to content

Commit 9c86ccd

Browse files
committed
Fix a coding standard mistake
Signed-off-by: William Desportes <[email protected]>
1 parent 1d7933f commit 9c86ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/ArrayObj.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ public static function parse(Parser $parser, TokensList $list, array $options =
124124
$ret->values[] = trim($lastValue);
125125
$lastRaw = $lastValue = '';
126126
}
127+
127128
continue;
128129
}
129-
130130
}
131131
}
132132

0 commit comments

Comments
 (0)