mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fix whitespace.
This commit is contained in:
parent
9c78aae87e
commit
eed59a95ad
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class SecurityTest extends CakeTestCase {
|
|||
$this->skipIf(strpos($test, '$2a$') === false, 'Blowfish hashes are incorrect.');
|
||||
|
||||
$_hashType = Security::$hashType;
|
||||
|
||||
|
||||
$key = 'someKey';
|
||||
$hashType = 'blowfish';
|
||||
Security::setHash($hashType);
|
||||
|
|
Loading…
Add table
Reference in a new issue