Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6edb9e1

Browse files
committed
Tweaking docblock on interface thanks to @iltar
1 parent d693721 commit 6edb9e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Symfony/Component/Security/Guard/Token/GuardTokenInterface.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
namespace Symfony\Component\Security\Guard\Token;
44

55
/**
6-
* An empty interface that both guard tokens implement.
6+
* A marker interface that both guard tokens implement.
77
*
8-
* This interface is used by the GuardAuthenticationProvider to know
9-
* that a token belongs to its system.
8+
* Any tokens passed to GuardAuthenticationProvider (i.e. any tokens that
9+
* are handled by the guard auth system) must implement this
10+
* interface.
1011
*
1112
* @author Ryan Weaver <[email protected]>
1213
*/

0 commit comments

Comments
 (0)