From 550e866007037de4e71409c7ef7167a0919a935a Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 6 Sep 2015 10:21:25 +0530 Subject: [PATCH] Update docblock --- src/Auth/Storage/MemoryStorage.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Auth/Storage/MemoryStorage.php b/src/Auth/Storage/MemoryStorage.php index 44d7d8c188e..031216229ec 100644 --- a/src/Auth/Storage/MemoryStorage.php +++ b/src/Auth/Storage/MemoryStorage.php @@ -22,10 +22,11 @@ */ class MemoryStorage implements StorageInterface { + /** * User record. * - * @var array + * @var array|null */ protected $_user;