We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6915156 + e87fb5d commit 1dde87fCopy full SHA for 1dde87f
src/RuleSet/DeclarationBlock.php
@@ -50,7 +50,7 @@ public static function parse(ParserState $oParserState, $oList = null)
50
}
51
52
} while (!in_array($oParserState->peek(), ['{', '}']) || $sStringWrapperChar !== false);
53
- $oResult->setSelector(implode('', $aSelectorParts), $oList);
+ $oResult->setSelectors(implode('', $aSelectorParts), $oList);
54
if ($oParserState->comes('{')) {
55
$oParserState->consume(1);
56
0 commit comments