Skip to content

Commit 799aeb8

Browse files
TotalWipeOutweierophinney
authored andcommitted
Move type back to @var
Signed-off-by: Kevin Hamilton <[email protected]>
1 parent 1dd8738 commit 799aeb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Config/SessionConfig.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ class SessionConfig extends StandardConfig
8888
* Name of the save handler currently in use. This will either be a PHP
8989
* built-in save handler name, or the name of a SessionHandlerInterface
9090
* class being used as a save handler.
91+
*
92+
* @var null|string|SaveHandlerInterface
9193
*/
92-
protected null|string|SaveHandlerInterface $saveHandler = null;
94+
protected $saveHandler;
9395

9496
/** @var string session.serialize_handler */
9597
protected $serializeHandler;

0 commit comments

Comments
 (0)