summaryrefslogtreecommitdiffstats
path: root/Http/RememberMe/AbstractRememberMeServices.php
diff options
context:
space:
mode:
authorGraham Campbell <graham@mineuk.com>2014-12-21 17:00:50 +0000
committerFabien Potencier <fabien.potencier@gmail.com>2014-12-22 16:58:09 +0100
commita542abcf38b95de8e8f01f42b6127e7fffc645a8 (patch)
treec84aaf43e18f7fc448861b918a5785a117013fb6 /Http/RememberMe/AbstractRememberMeServices.php
parent3b1993579d11af545a1effd2cb3367665dd5a5fd (diff)
downloadsymfony-security-a542abcf38b95de8e8f01f42b6127e7fffc645a8.zip
symfony-security-a542abcf38b95de8e8f01f42b6127e7fffc645a8.tar.gz
symfony-security-a542abcf38b95de8e8f01f42b6127e7fffc645a8.tar.bz2
[2.3] CS And DocBlock Fixes
Diffstat (limited to 'Http/RememberMe/AbstractRememberMeServices.php')
-rw-r--r--Http/RememberMe/AbstractRememberMeServices.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/Http/RememberMe/AbstractRememberMeServices.php b/Http/RememberMe/AbstractRememberMeServices.php
index b868dae..659510a 100644
--- a/Http/RememberMe/AbstractRememberMeServices.php
+++ b/Http/RememberMe/AbstractRememberMeServices.php
@@ -25,7 +25,7 @@ use Symfony\Component\HttpFoundation\Cookie;
use Psr\Log\LoggerInterface;
/**
- * Base class implementing the RememberMeServicesInterface
+ * Base class implementing the RememberMeServicesInterface.
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*/
@@ -251,7 +251,7 @@ abstract class AbstractRememberMeServices implements RememberMeServicesInterface
}
/**
- * Decodes the raw cookie value
+ * Decodes the raw cookie value.
*
* @param string $rawCookie
*
@@ -263,7 +263,7 @@ abstract class AbstractRememberMeServices implements RememberMeServicesInterface
}
/**
- * Encodes the cookie parts
+ * Encodes the cookie parts.
*
* @param array $cookieParts
*
@@ -275,7 +275,7 @@ abstract class AbstractRememberMeServices implements RememberMeServicesInterface
}
/**
- * Deletes the remember-me cookie
+ * Deletes the remember-me cookie.
*
* @param Request $request
*/
@@ -289,7 +289,7 @@ abstract class AbstractRememberMeServices implements RememberMeServicesInterface
}
/**
- * Checks whether remember-me capabilities were requested
+ * Checks whether remember-me capabilities were requested.
*
* @param Request $request
*