We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07adcd5 commit 0e4051cCopy full SHA for 0e4051c
Firewall/ContextListener.php
@@ -328,7 +328,7 @@ private function safelyUnserialize(string $serializedToken)
328
/**
329
* @internal
330
*/
331
- public static function handleUnserializeCallback($class)
+ public static function handleUnserializeCallback(string $class)
332
{
333
throw new \ErrorException('Class not found: '.$class, 0x37313bc);
334
}
0 commit comments