Aggiornato Composer
This commit is contained in:
@@ -23,7 +23,7 @@ class PhpBridgeSessionStorage extends NativeSessionStorage
|
||||
/**
|
||||
* @param AbstractProxy|\SessionHandlerInterface|null $handler
|
||||
*/
|
||||
public function __construct($handler = null, MetadataBag $metaBag = null)
|
||||
public function __construct($handler = null, ?MetadataBag $metaBag = null)
|
||||
{
|
||||
if (!\extension_loaded('session')) {
|
||||
throw new \LogicException('PHP extension "session" is required.');
|
||||
|
||||
Reference in New Issue
Block a user