Skip to content

Commit 1dde87f

Browse files
authored
Merge pull request #275 from oliverklee/task/deprecated-usage
Stop using a deprecated method
2 parents 6915156 + e87fb5d commit 1dde87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RuleSet/DeclarationBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static function parse(ParserState $oParserState, $oList = null)
5050
}
5151
}
5252
} while (!in_array($oParserState->peek(), ['{', '}']) || $sStringWrapperChar !== false);
53-
$oResult->setSelector(implode('', $aSelectorParts), $oList);
53+
$oResult->setSelectors(implode('', $aSelectorParts), $oList);
5454
if ($oParserState->comes('{')) {
5555
$oParserState->consume(1);
5656
}

0 commit comments

Comments
 (0)