MDL-75475 lib: Applied PHP CSS Parser patches

This commit is contained in:
David Woloszyn
2022-10-20 09:31:34 +11:00
parent c8ee3c9051
commit 650694f18f
2 changed files with 14 additions and 2 deletions

View File

@@ -106,7 +106,6 @@ class Rule implements Renderable, Commentable
while ($oParserState->comes(';')) {
$oParserState->consume(';');
}
$oParserState->consumeWhiteSpace();
return $oRule;
}