diff options
author | Grégoire Paris <postmaster@greg0ire.fr> | 2012-10-16 12:10:27 +0300 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-10-16 11:15:59 +0200 |
commit | 811f0d2d71571ac24fb55b97c9177515cbb862cb (patch) | |
tree | 66e0b3dd84b51b81945ace94bdcdfed034b8b4b4 /Core | |
parent | 8a9136a560d3af7c3f61093ec45d47c61eb41978 (diff) | |
download | symfony-security-811f0d2d71571ac24fb55b97c9177515cbb862cb.zip symfony-security-811f0d2d71571ac24fb55b97c9177515cbb862cb.tar.gz symfony-security-811f0d2d71571ac24fb55b97c9177515cbb862cb.tar.bz2 |
change what I think is a typo
Diffstat (limited to 'Core')
-rw-r--r-- | Core/Encoder/EncoderFactoryInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Encoder/EncoderFactoryInterface.php b/Core/Encoder/EncoderFactoryInterface.php index f6b4a25..2b9834b 100644 --- a/Core/Encoder/EncoderFactoryInterface.php +++ b/Core/Encoder/EncoderFactoryInterface.php @@ -23,7 +23,7 @@ interface EncoderFactoryInterface /** * Returns the password encoder to use for the given account. * - * @param UserInterface|string $user A UserInterface instance of a class name + * @param UserInterface|string $user A UserInterface instance or a class name * * @return PasswordEncoderInterface * |