Skip to content

Commit

Permalink
Update docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 6, 2015
1 parent 319d021 commit 550e866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Auth/Storage/MemoryStorage.php
Expand Up @@ -22,10 +22,11 @@
*/
class MemoryStorage implements StorageInterface
{

/**
* User record.
*
* @var array
* @var array|null
*/
protected $_user;

Expand Down

0 comments on commit 550e866

Please sign in to comment.