mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 20:42:42 +00:00
fixing typos
This commit is contained in:
parent
95737d7adf
commit
2bb93761cc
18 changed files with 21 additions and 21 deletions
|
@ -536,7 +536,7 @@ class AuthComponent extends Component {
|
|||
/**
|
||||
* Get the current user from the session.
|
||||
*
|
||||
* @param string $key field to retrive. Leave null to get entire User record
|
||||
* @param string $key field to retrieve. Leave null to get entire User record
|
||||
* @return mixed User record. or null if no user is logged in.
|
||||
* @link http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#accessing-the-logged-in-user
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue