Skip to content

Commit ab29402

Browse files
committed
Merge branch '3.1'
* 3.1: fixed CS fixed CS fixed CS fixed form tests [Console] Fix formatting of SymfonyStyle::comment() [Form] fix post max size translation type extension for >= 2.8 [Security] Allow LDAP loadUser override removed dots at the end of @param and @return fixed typo
2 parents 4420c0b + 0645a87 commit ab29402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Authentication/DefaultAuthenticationFailureHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class DefaultAuthenticationFailureHandler implements AuthenticationFailureHandle
4747
*
4848
* @param HttpKernelInterface $httpKernel
4949
* @param HttpUtils $httpUtils
50-
* @param array $options Options for processing a failed authentication attempt.
50+
* @param array $options Options for processing a failed authentication attempt
5151
* @param LoggerInterface $logger Optional logger
5252
*/
5353
public function __construct(HttpKernelInterface $httpKernel, HttpUtils $httpUtils, array $options = array(), LoggerInterface $logger = null)

Authentication/DefaultAuthenticationSuccessHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class DefaultAuthenticationSuccessHandler implements AuthenticationSuccessHandle
4343
* Constructor.
4444
*
4545
* @param HttpUtils $httpUtils
46-
* @param array $options Options for processing a successful authentication attempt.
46+
* @param array $options Options for processing a successful authentication attempt
4747
*/
4848
public function __construct(HttpUtils $httpUtils, array $options = array())
4949
{

0 commit comments

Comments
 (0)