summaryrefslogtreecommitdiffstats
path: root/Http/EntryPoint/FormAuthenticationEntryPoint.php
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2011-04-23 15:05:44 +0000
committerPascal Borreli <pascal@borreli.com>2011-04-23 15:18:47 +0000
commite2231da7eadcdc2ec5ac5be89ce3d21422dfafd6 (patch)
treef32c9af26b3d40607668ea13c1ed307549b15b4f /Http/EntryPoint/FormAuthenticationEntryPoint.php
parentbadc0d6f36373b81ab66c48342e024649321700f (diff)
downloadsymfony-security-e2231da7eadcdc2ec5ac5be89ce3d21422dfafd6.zip
symfony-security-e2231da7eadcdc2ec5ac5be89ce3d21422dfafd6.tar.gz
symfony-security-e2231da7eadcdc2ec5ac5be89ce3d21422dfafd6.tar.bz2
[Phpdoc] Cleaning/fixing
Diffstat (limited to 'Http/EntryPoint/FormAuthenticationEntryPoint.php')
-rw-r--r--Http/EntryPoint/FormAuthenticationEntryPoint.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Http/EntryPoint/FormAuthenticationEntryPoint.php b/Http/EntryPoint/FormAuthenticationEntryPoint.php
index 2650a07..12f077f 100644
--- a/Http/EntryPoint/FormAuthenticationEntryPoint.php
+++ b/Http/EntryPoint/FormAuthenticationEntryPoint.php
@@ -33,8 +33,8 @@ class FormAuthenticationEntryPoint implements AuthenticationEntryPointInterface
* Constructor
*
* @param HttpKernelInterface $kernel
- * @param string $loginPath The path to the login form
- * @param Boolean $useForward Whether to forward or redirect to the login form
+ * @param string $loginPath The path to the login form
+ * @param Boolean $useForward Whether to forward or redirect to the login form
*/
public function __construct(HttpKernelInterface $kernel, $loginPath, $useForward = false)
{