diff options
Diffstat (limited to 'Authentication/EntryPoint/AuthenticationEntryPointInterface.php')
-rw-r--r-- | Authentication/EntryPoint/AuthenticationEntryPointInterface.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Authentication/EntryPoint/AuthenticationEntryPointInterface.php b/Authentication/EntryPoint/AuthenticationEntryPointInterface.php index dc825c1..e58f219 100644 --- a/Authentication/EntryPoint/AuthenticationEntryPointInterface.php +++ b/Authentication/EntryPoint/AuthenticationEntryPointInterface.php @@ -15,7 +15,8 @@ use Symfony\Component\HttpFoundation\Request; */ /** - * AuthenticationEntryPointInterface is the interface used to start the authentication scheme. + * AuthenticationEntryPointInterface is the interface used to start the + * authentication scheme. * * @author Fabien Potencier <fabien.potencier@symfony-project.com> */ |