summaryrefslogtreecommitdiffstats
path: root/Guard
diff options
context:
space:
mode:
authorRyan Weaver <ryan@thatsquality.com>2015-05-18 08:52:38 -0400
committerRyan Weaver <ryan@thatsquality.com>2015-09-20 19:24:21 -0400
commitdd9cccbeed41777f2e0c30d990a47737e8701cc7 (patch)
tree318f78d6059f07cc6b87c0d4e875241bbf57fc0f /Guard
parent149b0ebcacc3172712524bf5f9e10c5361c914a0 (diff)
downloadsymfony-security-dd9cccbeed41777f2e0c30d990a47737e8701cc7.zip
symfony-security-dd9cccbeed41777f2e0c30d990a47737e8701cc7.tar.gz
symfony-security-dd9cccbeed41777f2e0c30d990a47737e8701cc7.tar.bz2
Tweaking docblock on interface thanks to @iltar
Diffstat (limited to 'Guard')
-rw-r--r--Guard/Token/GuardTokenInterface.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/Guard/Token/GuardTokenInterface.php b/Guard/Token/GuardTokenInterface.php
index de3d086..8ad57b3 100644
--- a/Guard/Token/GuardTokenInterface.php
+++ b/Guard/Token/GuardTokenInterface.php
@@ -3,10 +3,11 @@
namespace Symfony\Component\Security\Guard\Token;
/**
- * An empty interface that both guard tokens implement.
+ * A marker interface that both guard tokens implement.
*
- * This interface is used by the GuardAuthenticationProvider to know
- * that a token belongs to its system.
+ * Any tokens passed to GuardAuthenticationProvider (i.e. any tokens that
+ * are handled by the guard auth system) must implement this
+ * interface.
*
* @author Ryan Weaver <weaverryan@gmail.com>
*/