diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-05-18 19:41:48 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-05-18 19:42:42 +0200 |
commit | 2e14fc951fa2caba614ff6b220175b240229ea99 (patch) | |
tree | caf5d6adfd81259d6734404ad41454999d1d85af /Http/EntryPoint | |
parent | 7036686b05aced1fb163ee7af8897f7a0a1867f5 (diff) | |
download | symfony-security-2e14fc951fa2caba614ff6b220175b240229ea99.zip symfony-security-2e14fc951fa2caba614ff6b220175b240229ea99.tar.gz symfony-security-2e14fc951fa2caba614ff6b220175b240229ea99.tar.bz2 |
fixed CS
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 2e26931..2170e9e 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) { |