Skip to content

Commit 52217ee

Browse files
[6.0] cs fixes
1 parent c99666a commit 52217ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

UndefinedCallableHandler.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ class UndefinedCallableHandler
6868
'workflow' => 'enable "framework.workflows"',
6969
];
7070

71-
/**
72-
* @return TwigFilter|false
73-
*/
7471
public static function onUndefinedFilter(string $name): TwigFilter|false
7572
{
7673
if (!isset(self::FILTER_COMPONENTS[$name])) {
@@ -80,9 +77,6 @@ public static function onUndefinedFilter(string $name): TwigFilter|false
8077
throw new SyntaxError(self::onUndefined($name, 'filter', self::FILTER_COMPONENTS[$name]));
8178
}
8279

83-
/**
84-
* @return TwigFunction|false
85-
*/
8680
public static function onUndefinedFunction(string $name): TwigFunction|false
8781
{
8882
if (!isset(self::FUNCTION_COMPONENTS[$name])) {

0 commit comments

Comments
 (0)