diff options
author | Ryan Weaver <ryan@thatsquality.com> | 2015-05-17 18:16:06 -0400 |
---|---|---|
committer | Ryan Weaver <ryan@thatsquality.com> | 2015-09-20 19:24:21 -0400 |
commit | 5fa45716c9461a07f03428754d2bb05a0e6f2943 (patch) | |
tree | 27b675465cbc2a7e93ed806cac2571964f2c2233 /Http/EntryPoint/AuthenticationEntryPointInterface.php | |
parent | 43d1a03737bdc39a9e70c7b6bc7792c912b46082 (diff) | |
download | symfony-security-5fa45716c9461a07f03428754d2bb05a0e6f2943.zip symfony-security-5fa45716c9461a07f03428754d2bb05a0e6f2943.tar.gz symfony-security-5fa45716c9461a07f03428754d2bb05a0e6f2943.tar.bz2 |
Thanks fabbot!
Diffstat (limited to 'Http/EntryPoint/AuthenticationEntryPointInterface.php')
-rw-r--r-- | Http/EntryPoint/AuthenticationEntryPointInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/EntryPoint/AuthenticationEntryPointInterface.php b/Http/EntryPoint/AuthenticationEntryPointInterface.php index 2aa7a03..df777f6 100644 --- a/Http/EntryPoint/AuthenticationEntryPointInterface.php +++ b/Http/EntryPoint/AuthenticationEntryPointInterface.php @@ -24,7 +24,7 @@ use Symfony\Component\HttpFoundation\Response; interface AuthenticationEntryPointInterface { /** - * Returns a response that directs the user to authenticate + * Returns a response that directs the user to authenticate. * * This is called when an anonymous request accesses a resource that * requires authentication. The job of this method is to return some |