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 5e718d1 commit b324b66Copy full SHA for b324b66
src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php
@@ -48,11 +48,6 @@ public static function notAtTheStartOfASelector(string $pseudoElement): self
48
return new self(\sprintf('Got immediate child pseudo-element ":%s" not at the start of a selector', $pseudoElement));
49
}
50
51
- public static function nestedHas(): self
52
- {
53
- return new self('Got nested :has().');
54
- }
55
-
56
public static function stringAsFunctionArgument(): self
57
{
58
return new self('String not allowed as function argument.');
0 commit comments