Skip to content

Commit

Permalink
Corrects return type of identify() method
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmeiring committed Nov 13, 2015
1 parent f91dea1 commit cc0e6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Component/AuthComponent.php
Expand Up @@ -751,7 +751,7 @@ public function redirectUrl($url = null)
* Triggers `Auth.afterIdentify` event which the authenticate classes can listen
* to.
*
* @return array User record data, or false, if the user could not be identified.
* @return array|bool User record data, or false, if the user could not be identified.
*/
public function identify()
{
Expand Down

0 comments on commit cc0e6f6

Please sign in to comment.