Skip to content

Commit e61d897

Browse files
committed
removed dots at the end of @param and @return
1 parent b559c5f commit e61d897

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
@@ -46,7 +46,7 @@ class DefaultAuthenticationFailureHandler implements AuthenticationFailureHandle
4646
*
4747
* @param HttpKernelInterface $httpKernel
4848
* @param HttpUtils $httpUtils
49-
* @param array $options Options for processing a failed authentication attempt.
49+
* @param array $options Options for processing a failed authentication attempt
5050
* @param LoggerInterface $logger Optional logger
5151
*/
5252
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
@@ -39,7 +39,7 @@ class DefaultAuthenticationSuccessHandler implements AuthenticationSuccessHandle
3939
* Constructor.
4040
*
4141
* @param HttpUtils $httpUtils
42-
* @param array $options Options for processing a successful authentication attempt.
42+
* @param array $options Options for processing a successful authentication attempt
4343
*/
4444
public function __construct(HttpUtils $httpUtils, array $options = array())
4545
{

0 commit comments

Comments
 (0)