summaryrefslogtreecommitdiffstats
path: root/Encoder/PasswordEncoderInterface.php
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2010-10-19 14:19:34 +0000
committerFabien Potencier <fabien.potencier@gmail.com>2010-10-19 17:21:28 +0200
commita9fb07f10fc85309cf441c19535154aacd4228f1 (patch)
tree6bf0c0edb05c85bc9ef311923e7bcca48184dad1 /Encoder/PasswordEncoderInterface.php
parent3fec93d3ff1f6a31f078e5558a15a75539bf5185 (diff)
downloadsymfony-security-a9fb07f10fc85309cf441c19535154aacd4228f1.zip
symfony-security-a9fb07f10fc85309cf441c19535154aacd4228f1.tar.gz
symfony-security-a9fb07f10fc85309cf441c19535154aacd4228f1.tar.bz2
[Security] Fixed typo
Diffstat (limited to 'Encoder/PasswordEncoderInterface.php')
-rw-r--r--Encoder/PasswordEncoderInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Encoder/PasswordEncoderInterface.php b/Encoder/PasswordEncoderInterface.php
index c81ec25..88d084b 100644
--- a/Encoder/PasswordEncoderInterface.php
+++ b/Encoder/PasswordEncoderInterface.php
@@ -22,7 +22,7 @@ interface PasswordEncoderInterface
* Encodes the raw password.
*
* @param string $raw The password to encode
- * @param stirng $salt The salt
+ * @param string $salt The salt
*
* @return string The encoded password
*/