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 32c2605 commit 2cc7238Copy full SHA for 2cc7238
src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php
@@ -43,11 +43,6 @@ public static function nestedNot(): self
43
return new self('Got nested ::not().');
44
}
45
46
- public static function nestedHas(): self
47
- {
48
- return new self('Got nested :has().');
49
- }
50
-
51
public static function stringAsFunctionArgument(): self
52
{
53
return new self('String not allowed as function argument.');
0 commit comments