diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-05-15 18:56:32 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-05-15 18:56:32 +0200 |
commit | 7e660fe744c1a2ce2256e114641a3b9fdd4880a1 (patch) | |
tree | fdbe227f1d0b81cafa1f7e64b8641e1cef164801 /Http/EntryPoint | |
parent | f4dfadfa0789281be909efb415d69e01342be53d (diff) | |
download | symfony-security-7e660fe744c1a2ce2256e114641a3b9fdd4880a1.zip symfony-security-7e660fe744c1a2ce2256e114641a3b9fdd4880a1.tar.gz symfony-security-7e660fe744c1a2ce2256e114641a3b9fdd4880a1.tar.bz2 |
fixed phpdoc @param alignmentv2.0.14
Diffstat (limited to 'Http/EntryPoint')
-rw-r--r-- | Http/EntryPoint/FormAuthenticationEntryPoint.php | 6 |
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) { |