Skip to content

Commit 5908b98

Browse files
committed
docs: Add string type at lock property.
1 parent 4ac087d commit 5908b98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Session/Handlers/BaseHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ abstract class BaseHandler implements SessionHandlerInterface
3434
/**
3535
* Lock placeholder.
3636
*
37-
* @var bool
37+
* @var bool|string
3838
*/
3939
protected $lock = false;
4040

0 commit comments

Comments
 (0)