MDL-70300 lib: Apply php css parser patches

This commit is contained in:
Mathew May
2021-01-20 15:52:11 +08:00
parent 3b244c0e16
commit f2cc1a8a34
2 changed files with 15 additions and 3 deletions
-1
View File
@@ -56,7 +56,6 @@ class Rule implements Renderable, Commentable {
while ($oParserState->comes(';')) {
$oParserState->consume(';');
}
$oParserState->consumeWhiteSpace();
return $oRule;
}