Skip to content

Commit 38d01ff

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: fixed CS fixed form tests [Console] Fix formatting of SymfonyStyle::comment() [Form] fix post max size translation type extension for >= 2.8 removed dots at the end of @param and @return fixed typo
2 parents a86e6a1 + 7436d5a commit 38d01ff

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
@@ -40,7 +40,7 @@ class DefaultAuthenticationSuccessHandler implements AuthenticationSuccessHandle
4040
* Constructor.
4141
*
4242
* @param HttpUtils $httpUtils
43-
* @param array $options Options for processing a successful authentication attempt.
43+
* @param array $options Options for processing a successful authentication attempt
4444
*/
4545
public function __construct(HttpUtils $httpUtils, array $options = array())
4646
{

0 commit comments

Comments
 (0)