Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit dd9cccb

Browse files
committed
Tweaking docblock on interface thanks to @iltar
1 parent 149b0eb commit dd9cccb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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 <weaverryan@gmail.com>
1213
*/

0 commit comments

Comments
 (0)