Skip to content

Commit

Permalink
Set to null instead of unsetting
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed May 29, 2015
1 parent 8ad187f commit 933e2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/Storage/MemoryStorage.php
Expand Up @@ -50,6 +50,6 @@ public function set(array $user)
*/
public function remove()
{
unset($this->_user);
$this->_user = null;
}
}

0 comments on commit 933e2b7

Please sign in to comment.