summaryrefslogtreecommitdiffstats
path: root/Guard/AbstractGuardAuthenticator.php
diff options
context:
space:
mode:
authorRyan Weaver <ryan@thatsquality.com>2015-05-17 18:16:06 -0400
committerRyan Weaver <ryan@thatsquality.com>2015-09-20 19:24:21 -0400
commit5fa45716c9461a07f03428754d2bb05a0e6f2943 (patch)
tree27b675465cbc2a7e93ed806cac2571964f2c2233 /Guard/AbstractGuardAuthenticator.php
parent43d1a03737bdc39a9e70c7b6bc7792c912b46082 (diff)
downloadsymfony-security-5fa45716c9461a07f03428754d2bb05a0e6f2943.zip
symfony-security-5fa45716c9461a07f03428754d2bb05a0e6f2943.tar.gz
symfony-security-5fa45716c9461a07f03428754d2bb05a0e6f2943.tar.bz2
Thanks fabbot!
Diffstat (limited to 'Guard/AbstractGuardAuthenticator.php')
-rw-r--r--Guard/AbstractGuardAuthenticator.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/Guard/AbstractGuardAuthenticator.php b/Guard/AbstractGuardAuthenticator.php
index 647cb02..95a398b 100644
--- a/Guard/AbstractGuardAuthenticator.php
+++ b/Guard/AbstractGuardAuthenticator.php
@@ -6,7 +6,7 @@ use Symfony\Component\Security\Core\User\UserInterface;
use Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken;
/**
- * An optional base class that creates a PostAuthenticationGuardToken for you
+ * An optional base class that creates a PostAuthenticationGuardToken for you.
*
* @author Ryan Weaver <weaverryan@gmail.com>
*/
@@ -14,10 +14,11 @@ abstract class AbstractGuardAuthenticator implements GuardAuthenticatorInterface
{
/**
* Shortcut to create a PostAuthenticationGuardToken for you, if you don't really
- * care about which authenticated token you're using
+ * care about which authenticated token you're using.
*
* @param UserInterface $user
- * @param string $providerKey
+ * @param string $providerKey
+ *
* @return PostAuthenticationGuardToken
*/
public function createAuthenticatedToken(UserInterface $user, $providerKey)