Skip to content

Commit 4a9fb2a

Browse files
Merge branch '4.4' into 5.2
* 4.4: Backport type fixes uzb translation [DependencyInjection] Fix doc blocks [DependencyInjection] Turn $defaultDeprecationTemplate into a constant [Form] better form doc types to support static analysis
2 parents 8ea54b7 + 0e4051c commit 4a9fb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firewall/ContextListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ private function safelyUnserialize(string $serializedToken)
304304
/**
305305
* @internal
306306
*/
307-
public static function handleUnserializeCallback($class)
307+
public static function handleUnserializeCallback(string $class)
308308
{
309309
throw new \ErrorException('Class not found: '.$class, 0x37313bc);
310310
}

0 commit comments

Comments
 (0)