Skip to content

Commit 0e4051c

Browse files
Backport type fixes
1 parent 07adcd5 commit 0e4051c

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
@@ -328,7 +328,7 @@ private function safelyUnserialize(string $serializedToken)
328328
/**
329329
* @internal
330330
*/
331-
public static function handleUnserializeCallback($class)
331+
public static function handleUnserializeCallback(string $class)
332332
{
333333
throw new \ErrorException('Class not found: '.$class, 0x37313bc);
334334
}

0 commit comments

Comments
 (0)