Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit b3409ec

Browse files
committed
removed @SInCE
1 parent 457c5c6 commit b3409ec

File tree

7 files changed

+0
-14
lines changed

7 files changed

+0
-14
lines changed

Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
use Symfony\Component\Validator\Validation;
1515

1616
/**
17-
* @since 2.5.4
18-
*
1917
* @author Bernhard Schussek <bschussek@gmail.com>
2018
* @group legacy
2119
*/

Csrf/CsrfTokenManagerInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
/**
1515
* Manages CSRF tokens.
1616
*
17-
* @since 2.4
18-
*
1917
* @author Bernhard Schussek <bschussek@gmail.com>
2018
*/
2119
interface CsrfTokenManagerInterface

Csrf/TokenGenerator/TokenGeneratorInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
/**
1515
* Generates CSRF tokens.
1616
*
17-
* @since 2.4
18-
*
1917
* @author Bernhard Schussek <bschussek@gmail.com>
2018
*/
2119
interface TokenGeneratorInterface

Csrf/TokenGenerator/UriSafeTokenGenerator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
/**
1818
* Generates CSRF tokens.
1919
*
20-
* @since 2.4
21-
*
2220
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
2321
*/
2422
class UriSafeTokenGenerator implements TokenGeneratorInterface

Csrf/TokenStorage/NativeSessionTokenStorage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
/**
1717
* Token storage that uses PHP's native session handling.
1818
*
19-
* @since 2.4
20-
*
2119
* @author Bernhard Schussek <bschussek@gmail.com>
2220
*/
2321
class NativeSessionTokenStorage implements TokenStorageInterface

Csrf/TokenStorage/SessionTokenStorage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
/**
1818
* Token storage that uses a Symfony Session object.
1919
*
20-
* @since 2.4
21-
*
2220
* @author Bernhard Schussek <bschussek@gmail.com>
2321
*/
2422
class SessionTokenStorage implements TokenStorageInterface

Csrf/TokenStorage/TokenStorageInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
/**
1515
* Stores CSRF tokens.
1616
*
17-
* @since 2.4
18-
*
1917
* @author Bernhard Schussek <bschussek@gmail.com>
2018
*/
2119
interface TokenStorageInterface

0 commit comments

Comments
 (0)