whitespace coding standards

This commit is contained in:
euromark 2013-07-05 14:15:18 +02:00
parent 06fc8dbfc1
commit c989624f80
15 changed files with 29 additions and 28 deletions

View file

@ -34,9 +34,9 @@ App::uses('FormAuthenticate', 'Controller/Component/Auth');
* For initial password hashing/creation see Security::hash(). Other than how the password is initially hashed,
* BlowfishAuthenticate works exactly the same way as FormAuthenticate.
*
* @package Cake.Controller.Component.Auth
* @since CakePHP(tm) v 2.3
* @see AuthComponent::$authenticate
* @package Cake.Controller.Component.Auth
* @since CakePHP(tm) v 2.3
* @see AuthComponent::$authenticate
*/
class BlowfishAuthenticate extends FormAuthenticate {