Skip to content

Commit

Permalink
Grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 3, 2014
1 parent 3ee5b6b commit ae936d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Controller/Component/Auth/FallbackPasswordHasher.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function hash($password) {
/**
* Verifies that the provided password corresponds to its hashed version
*
* This will iterate over all configured hashers until one of them return
* This will iterate over all configured hashers until one of them returns
* true.
*
* @param string $password Plain text password to hash.
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Component/Auth/PasswordHasherFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class PasswordHasherFactory {

/**
* Return password hasher object out of a hasher name or a configuration array
* Returns password hasher object out of a hasher name or a configuration array
*
* @param string|array $passwordHasher name of the password hasher or an array with
* at least the key `className` set to the name of the class to use
Expand Down

0 comments on commit ae936d8

Please sign in to comment.