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 c3b01ef commit 1085b96Copy full SHA for 1085b96
lib/Sabberworm/CSS/RuleSet/DeclarationBlock.php
@@ -27,8 +27,6 @@ public function __construct($iLineNo = 0) {
27
public function setSelectors($mSelector) {
28
if (is_array($mSelector)) {
29
$this->aSelectors = $mSelector;
30
- } else {
31
- $this->aSelectors = explode(',', $mSelector);
32
}
33
foreach ($this->aSelectors as $iKey => $mSelector) {
34
if (!($mSelector instanceof Selector)) {
0 commit comments