Skip to content

Commit be43dba

Browse files
Franck RANAIVO-HARISOAFranck Ranaivo-Harisoa
Franck RANAIVO-HARISOA
authored and
Franck Ranaivo-Harisoa
committed
Fix: remove unused method
1 parent 6c8c61d commit be43dba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ public static function notAtTheStartOfASelector(string $pseudoElement): self
4848
return new self(\sprintf('Got immediate child pseudo-element ":%s" not at the start of a selector', $pseudoElement));
4949
}
5050

51-
public static function nestedHas(): self
52-
{
53-
return new self('Got nested :has().');
54-
}
55-
5651
public static function stringAsFunctionArgument(): self
5752
{
5853
return new self('String not allowed as function argument.');

0 commit comments

Comments
 (0)