This commit is contained in:
Fabien Potencier
2024-09-06 12:33:38 +02:00
parent b1cdda25c6
commit 2ae0c0d38c
14 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -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__);
}