Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Password/Apache.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function create($password)
}

/**
* Verify if a password is correct against an hash value
* Verify if a password is correct against a hash value
*
* @param string $password
* @param string $hash
Expand Down
2 changes: 1 addition & 1 deletion src/Password/Bcrypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function create($password)
}

/**
* Verify if a password is correct against an hash value
* Verify if a password is correct against a hash value
*
* @param string $password
* @param string $hash
Expand Down

0 comments on commit 77ea4bb

Please sign in to comment.