Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 28, 2012
1 parent 9c78aae commit eed59a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Utility/SecurityTest.php
Expand Up @@ -161,7 +161,7 @@ public function testHashBlowfish() {
$this->skipIf(strpos($test, '$2a$') === false, 'Blowfish hashes are incorrect.');

$_hashType = Security::$hashType;

$key = 'someKey';
$hashType = 'blowfish';
Security::setHash($hashType);
Expand Down

0 comments on commit eed59a9

Please sign in to comment.