diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-01-09 12:13:49 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-01-09 12:13:49 +0100 |
commit | 646b2d922ff94aeba9647665a01235389aae6ff0 (patch) | |
tree | 8639a6ee66bea423d6f1ed81b2fe1c86cc756484 /Core/User/UserInterface.php | |
parent | 892c9881f2b2253050107493b435805e4e2e63b2 (diff) | |
download | symfony-security-646b2d922ff94aeba9647665a01235389aae6ff0.zip symfony-security-646b2d922ff94aeba9647665a01235389aae6ff0.tar.gz symfony-security-646b2d922ff94aeba9647665a01235389aae6ff0.tar.bz2 |
fixed CS
Diffstat (limited to 'Core/User/UserInterface.php')
-rw-r--r-- | Core/User/UserInterface.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Core/User/UserInterface.php b/Core/User/UserInterface.php index 7382cff..85356b7 100644 --- a/Core/User/UserInterface.php +++ b/Core/User/UserInterface.php @@ -26,6 +26,7 @@ namespace Symfony\Component\Security\Core\User; * * @see UserProviderInterface * @see AdvancedUserInterface + * * @author Fabien Potencier <fabien@symfony.com> */ interface UserInterface |