Searched refs:pseudoElementFound (Results 1 – 2 of 2) sorted by relevance
127 … throw SyntaxErrorException::pseudoElementFound($pseudoElement, 'not at the end of a selector');168 … throw SyntaxErrorException::pseudoElementFound($pseudoElement, 'not at the end of a selector');216 … throw SyntaxErrorException::pseudoElementFound($argumentPseudoElement, 'inside ::not()');
37 public static function pseudoElementFound(string $pseudoElement, string $unexpectedLocation) function in Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException