Skip to content

Commit a24a0b6

Browse files
committed
phpcs
1 parent 2e50006 commit a24a0b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2154,7 +2154,7 @@ protected function selectors(&$out, $subSelector = false)
21542154
while ($this->selector($sel, $subSelector)) {
21552155
$selectors[] = $sel;
21562156

2157-
if (! $this->matchChar(',', true)) {
2157+
if (! $this->matchChar(',', true)) {
21582158
break;
21592159
}
21602160

0 commit comments

Comments
 (0)