summaryrefslogtreecommitdiffstats
path: root/Http/EntryPoint
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2012-05-15 22:19:31 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2012-05-15 22:19:31 +0200
commit7036686b05aced1fb163ee7af8897f7a0a1867f5 (patch)
tree2b436b496afa6bb1da94649fb385c4d4e0723850 /Http/EntryPoint
parent4599d931b04193b23d2cefc87a0bcea92585f071 (diff)
downloadsymfony-security-7036686b05aced1fb163ee7af8897f7a0a1867f5.zip
symfony-security-7036686b05aced1fb163ee7af8897f7a0a1867f5.tar.gz
symfony-security-7036686b05aced1fb163ee7af8897f7a0a1867f5.tar.bz2
fixed phpdoc @param alignment
Diffstat (limited to 'Http/EntryPoint')
-rw-r--r--Http/EntryPoint/FormAuthenticationEntryPoint.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Http/EntryPoint/FormAuthenticationEntryPoint.php b/Http/EntryPoint/FormAuthenticationEntryPoint.php
index 2170e9e..2e26931 100644
--- a/Http/EntryPoint/FormAuthenticationEntryPoint.php
+++ b/Http/EntryPoint/FormAuthenticationEntryPoint.php
@@ -33,9 +33,9 @@ class FormAuthenticationEntryPoint implements AuthenticationEntryPointInterface
* Constructor
*
* @param HttpKernelInterface $kernel
- * @param HttpUtils $httpUtils An HttpUtils instance
- * @param string $loginPath The path to the login form
- * @param Boolean $useForward Whether to forward or redirect to the login form
+ * @param HttpUtils $httpUtils An HttpUtils instance
+ * @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, HttpUtils $httpUtils, $loginPath, $useForward = false)
{