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.
1 parent d9fc105 commit e87fb5dCopy full SHA for e87fb5d
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