Skip to content

Commit

Permalink
Update phpdoc in AuthComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
podliy16 committed Mar 2, 2016
1 parent 71ab8f6 commit 9bfb7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controller/Component/AuthComponent.php
Expand Up @@ -656,8 +656,8 @@ public function logout()
/**
* Get the current user from storage.
*
* @param string $key Field to retrieve. Leave null to get entire User record.
* @return mixed Either User record or null if no user is logged in, or retrieved field if key is specified.
* @param string|null $key Field to retrieve. Leave null to get entire User record.
* @return mixed|null Either User record or null if no user is logged in, or retrieved field if key is specified.
* @link http://book.cakephp.org/3.0/en/controllers/components/authentication.html#accessing-the-logged-in-user
*/
public function user($key = null)
Expand Down

0 comments on commit 9bfb7b7

Please sign in to comment.