Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c2b2bb

Browse files
committed
fixed CS
1 parent d2757de commit 5c2b2bb

5 files changed

+5
-5
lines changed

src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function handleAuthenticationFailure(AuthenticationException $authenticat
133133
/**
134134
* Call this method if your authentication token is stored to a session.
135135
*
136-
* @final since version 2.8
136+
* @final
137137
*/
138138
public function setSessionAuthenticationStrategy(SessionAuthenticationStrategyInterface $sessionStrategy)
139139
{

src/Symfony/Component/Security/Http/Firewall/AbstractPreAuthenticatedListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ final public function handle(GetResponseEvent $event)
102102
/**
103103
* Call this method if your authentication token is stored to a session.
104104
*
105-
* @final since version 2.8
105+
* @final
106106
*/
107107
public function setSessionAuthenticationStrategy(SessionAuthenticationStrategyInterface $sessionStrategy)
108108
{

src/Symfony/Component/Security/Http/Firewall/BasicAuthenticationListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function handle(GetResponseEvent $event)
9999
/**
100100
* Call this method if your authentication token is stored to a session.
101101
*
102-
* @final since version 2.8
102+
* @final
103103
*/
104104
public function setSessionAuthenticationStrategy(SessionAuthenticationStrategyInterface $sessionStrategy)
105105
{

src/Symfony/Component/Security/Http/Firewall/DigestAuthenticationListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function handle(GetResponseEvent $event)
129129
/**
130130
* Call this method if your authentication token is stored to a session.
131131
*
132-
* @final since version 2.8
132+
* @final
133133
*/
134134
public function setSessionAuthenticationStrategy(SessionAuthenticationStrategyInterface $sessionStrategy)
135135
{

src/Symfony/Component/Security/Http/Firewall/SimplePreAuthenticationListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function __construct(TokenStorageInterface $tokenStorage, AuthenticationM
6868
/**
6969
* Call this method if your authentication token is stored to a session.
7070
*
71-
* @final since version 2.8
71+
* @final
7272
*/
7373
public function setSessionAuthenticationStrategy(SessionAuthenticationStrategyInterface $sessionStrategy)
7474
{

0 commit comments

Comments
 (0)