diff options
author | Dominique Bongiraud <doume031@wanadoo.fr> | 2011-01-15 14:29:43 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-01-18 08:07:46 +0100 |
commit | b42447160cc359b2747ff2b464c3ce25f48a3787 (patch) | |
tree | f29f8f9a69bcd4ed46265c06220638bf45f4f386 /Authentication/AuthenticationTrustResolverInterface.php | |
parent | b63e571ba8edb2c24ceb9bcc3c3336e34d8ac4a7 (diff) | |
download | symfony-security-b42447160cc359b2747ff2b464c3ce25f48a3787.zip symfony-security-b42447160cc359b2747ff2b464c3ce25f48a3787.tar.gz symfony-security-b42447160cc359b2747ff2b464c3ce25f48a3787.tar.bz2 |
normalized license messages in PHP files
Diffstat (limited to 'Authentication/AuthenticationTrustResolverInterface.php')
-rw-r--r-- | Authentication/AuthenticationTrustResolverInterface.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Authentication/AuthenticationTrustResolverInterface.php b/Authentication/AuthenticationTrustResolverInterface.php index e57bb65..47d4789 100644 --- a/Authentication/AuthenticationTrustResolverInterface.php +++ b/Authentication/AuthenticationTrustResolverInterface.php @@ -1,9 +1,5 @@ <?php -namespace Symfony\Component\Security\Authentication; - -use Symfony\Component\Security\Authentication\Token\TokenInterface; - /* * This file is part of the Symfony package. * @@ -13,6 +9,10 @@ use Symfony\Component\Security\Authentication\Token\TokenInterface; * file that was distributed with this source code. */ +namespace Symfony\Component\Security\Authentication; + +use Symfony\Component\Security\Authentication\Token\TokenInterface; + /** * Interface for resolving the authentication status of a given token. * |