Commit 6a92c3ad authored by Fabien Potencier's avatar Fabien Potencier

merged branch Adel-E/patch-2 (PR #428)

Commits
-------

ff4432eb Fix phpdocs variable name

Discussion
----------

Fix phpdocs variable name
parents 063bb3d7 ff4432eb
...@@ -45,7 +45,7 @@ trait SecurityTrait ...@@ -45,7 +45,7 @@ trait SecurityTrait
* Encodes the raw password. * Encodes the raw password.
* *
* @param UserInterface $user A UserInterface instance * @param UserInterface $user A UserInterface instance
* @param string $raw The password to encode * @param string $password The password to encode
* *
* @return string The encoded password * @return string The encoded password
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment