Skip to content

Commit 1085b96

Browse files
authored
Update DeclarationBlock.php
1 parent c3b01ef commit 1085b96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Sabberworm/CSS/RuleSet/DeclarationBlock.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ public function __construct($iLineNo = 0) {
2727
public function setSelectors($mSelector) {
2828
if (is_array($mSelector)) {
2929
$this->aSelectors = $mSelector;
30-
} else {
31-
$this->aSelectors = explode(',', $mSelector);
3230
}
3331
foreach ($this->aSelectors as $iKey => $mSelector) {
3432
if (!($mSelector instanceof Selector)) {

0 commit comments

Comments
 (0)