Skip to content

Commit e87fb5d

Browse files
committed
Stop using a deprecated method
1 parent d9fc105 commit e87fb5d

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)