summaryrefslogtreecommitdiffstats
path: root/Http/EntryPoint/AuthenticationEntryPointInterface.php
diff options
context:
space:
mode:
authorRyan Weaver <ryan@thatsquality.com>2015-05-17 18:16:06 -0400
committerRyan Weaver <ryan@thatsquality.com>2015-09-20 19:24:21 -0400
commit5fa45716c9461a07f03428754d2bb05a0e6f2943 (patch)
tree27b675465cbc2a7e93ed806cac2571964f2c2233 /Http/EntryPoint/AuthenticationEntryPointInterface.php
parent43d1a03737bdc39a9e70c7b6bc7792c912b46082 (diff)
downloadsymfony-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.php2
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