Skip to content

Commit

Permalink
Fix CS issue
Browse files Browse the repository at this point in the history
- trailing whitespace
  • Loading branch information
weierophinney committed Jun 10, 2013
1 parent ee27f67 commit 1a41e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Crypt/Password/Bcrypt.php
Expand Up @@ -121,7 +121,7 @@ public function verify($password, $hash)
/* This should only happen if the algorithm that generated hash is
* either unsupported by this version of crypt(), or is invalid.
*
* An example of when this can happen, is if you generate
* An example of when this can happen, is if you generate
* non-backwards-compatible hashes on 5.3.7+, and then try to verify
* them on < 5.3.7.
*
Expand Down

0 comments on commit 1a41e53

Please sign in to comment.