Skip to content

Commit

Permalink
Fixed docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Feb 2, 2014
1 parent b3fd837 commit 1f2fa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Component/Auth/BaseAuthenticate.php
Expand Up @@ -39,7 +39,7 @@ abstract class BaseAuthenticate {
* - `contain` Extra models to contain and store in session.
* - `passwordHasher` Password hasher class. Can be a string specifying class name
* or an array containing `className` key, any other keys will be passed as
* settings to the class. Defaults to 'Simple'.
* settings to the class. Defaults to 'Blowfish'.
*
* @var array
*/
Expand Down

0 comments on commit 1f2fa85

Please sign in to comment.