Skip to content

Commit cfe0610

Browse files
Merge branch '6.0' into 6.1
* 6.0: [6.0] cs fixes [5.4] cs fixes [5.3] cs fixes [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes fix merge Remove pointless assignment [HttpClient] Fix tracing requests made after calling withOptions() [Cache] disable lock on CLI Revert "feature #41989 [Cache] make `LockRegistry` use semaphores when possible (nicolas-grekas)" [HttpKernel] fix how configuring log-level and status-code by exception works [VarDumper] add more "transient-on-macos" groups
2 parents fee75ad + 52217ee commit cfe0610

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)