mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-24 00:58:49 +00:00
Fix CS
This commit is contained in:
@@ -568,7 +568,7 @@ class ExpressionParser
|
||||
|
||||
public function parseFilterExpressionRaw($node)
|
||||
{
|
||||
if (func_num_args() > 1) {
|
||||
if (\func_num_args() > 1) {
|
||||
trigger_deprecation('twig/twig', '3.12', 'Passing a second argument to "%s()" is deprecated.', __METHOD__);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user