mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 13:26:37 +00:00
Unify code style
This commit is contained in:
@@ -600,7 +600,7 @@ class ExpressionParser
|
|||||||
$stream->expect(Token::PUNCTUATION_TYPE, ',', 'Arguments must be separated by a comma');
|
$stream->expect(Token::PUNCTUATION_TYPE, ',', 'Arguments must be separated by a comma');
|
||||||
|
|
||||||
// if the comma above was a trailing comma, early exit the argument parse loop
|
// if the comma above was a trailing comma, early exit the argument parse loop
|
||||||
if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, ')')) {
|
if ($stream->test(Token::PUNCTUATION_TYPE, ')')) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user