Skip to content

Commit

Permalink
minor #32843 Micro-typo fix (BenMorel)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #32843).

Discussion
----------

Micro-typo fix

Commits
-------

9e2d683 Micro-typo fix
  • Loading branch information
nicolas-grekas committed Jul 31, 2019
2 parents 629d217 + 9e2d683 commit 4af1fd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ protected function generateCookieValue($class, $username, $expires, $password)
}

/**
* Generates a hash for the cookie to ensure it is not being tempered with.
* Generates a hash for the cookie to ensure it is not being tampered with.
*
* @param string $class
* @param string $username The username
Expand Down

0 comments on commit 4af1fd6

Please sign in to comment.