diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-12-27 16:08:19 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-12-27 16:08:19 +0100 |
commit | 0edc5ecf02950e5c58df3f259e36e61e13fd11ad (patch) | |
tree | 4d73d002a98c9a1df60a97f3e86b88c96d0e8c0a /Http/RememberMe | |
parent | 8f61147b69f8b6289ae94388d8cf523dad446273 (diff) | |
download | symfony-security-0edc5ecf02950e5c58df3f259e36e61e13fd11ad.zip symfony-security-0edc5ecf02950e5c58df3f259e36e61e13fd11ad.tar.gz symfony-security-0edc5ecf02950e5c58df3f259e36e61e13fd11ad.tar.bz2 |
fixed various typos
Diffstat (limited to 'Http/RememberMe')
-rw-r--r-- | Http/RememberMe/TokenBasedRememberMeServices.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Http/RememberMe/TokenBasedRememberMeServices.php b/Http/RememberMe/TokenBasedRememberMeServices.php index 5a66fe4..df0ea1b 100644 --- a/Http/RememberMe/TokenBasedRememberMeServices.php +++ b/Http/RememberMe/TokenBasedRememberMeServices.php @@ -116,7 +116,7 @@ class TokenBasedRememberMeServices extends AbstractRememberMeServices * * @param string $class * @param string $username The username - * @param integer $expires The unixtime when the cookie expires + * @param integer $expires The Unix timestamp when the cookie expires * @param string $password The encoded password * * @throws \RuntimeException if username contains invalid chars @@ -138,7 +138,7 @@ class TokenBasedRememberMeServices extends AbstractRememberMeServices * * @param string $class * @param string $username The username - * @param integer $expires The unixtime when the cookie expires + * @param integer $expires The Unix timestamp when the cookie expires * @param string $password The encoded password * * @throws \RuntimeException when the private key is empty |