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.
2 parents d0a6dd2 + 95f483b commit 8f6f95bCopy full SHA for 8f6f95b
XPath/Extension/FunctionExtension.php
@@ -53,7 +53,7 @@ public function translateNthChild(XPathExpr $xpath, FunctionNode $function, bool
53
try {
54
list($a, $b) = Parser::parseSeries($function->getArguments());
55
} catch (SyntaxErrorException $e) {
56
- throw new ExpressionErrorException(sprintf('Invalid series: %s', implode(', ', $function->getArguments())), 0, $e);
+ throw new ExpressionErrorException(sprintf('Invalid series: %s.', implode(', ', $function->getArguments())), 0, $e);
57
}
58
59
$xpath->addStarPrefix();
0 commit comments