Skip to content

Commit 4011ed7

Browse files
authored
Merge ce6837c into 8e45197
2 parents 8e45197 + ce6837c commit 4011ed7

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
@@ -97,7 +97,7 @@ public function setSelectors($selectors, ?CSSList $list = null): void
9797
if (!Selector::isValid($selector)) {
9898
throw new UnexpectedTokenException(
9999
"Selector did not match '" . Selector::SELECTOR_VALIDATION_RX . "'.",
100-
$selectors,
100+
$selector,
101101
'custom'
102102
);
103103
}

0 commit comments

Comments
 (0)