Skip to content

Commit 7436d5a

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: removed dots at the end of @param and @return fixed typo
2 parents 0f0a6d5 + e61d897 commit 7436d5a

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)