We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9b946 commit 95f483bCopy full SHA for 95f483b
XPath/Extension/FunctionExtension.php
@@ -58,7 +58,7 @@ public function translateNthChild(XPathExpr $xpath, FunctionNode $function, $las
58
try {
59
list($a, $b) = Parser::parseSeries($function->getArguments());
60
} catch (SyntaxErrorException $e) {
61
- throw new ExpressionErrorException(sprintf('Invalid series: %s', implode(', ', $function->getArguments())), 0, $e);
+ throw new ExpressionErrorException(sprintf('Invalid series: %s.', implode(', ', $function->getArguments())), 0, $e);
62
}
63
64
$xpath->addStarPrefix();
0 commit comments