MDL-70300 lib: Apply php css parser patches

This commit is contained in:
Mathew May
2021-01-19 11:01:38 +08:00
parent 8e1cc98115
commit a18cf2c3a3
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;
}