mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-04 18:42:40 +00:00
whitespace coding standards
This commit is contained in:
parent
06fc8dbfc1
commit
c989624f80
15 changed files with 29 additions and 28 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue