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

Commit 6f72bc7

Browse files
Merge branch '2.7' into 2.8
* 2.7: removed @SInCE Remove and change unrelevant comments in Validator and Security components. [Validator] UuidValidator must accept a Uuid constraint. [Validator] make UuidValidator class formatting consistent.
2 parents 3d8dfdd + b3409ec commit 6f72bc7

File tree

7 files changed

+1
-15
lines changed

7 files changed

+1
-15
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
@@ -16,8 +16,6 @@
1616
/**
1717
* Generates CSRF tokens.
1818
*
19-
* @since 2.4
20-
*
2119
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
2220
*/
2321
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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
use Symfony\Component\Security\Csrf\Exception\TokenNotFoundException;
1616

1717
/**
18-
* Token storage that uses a Symfony2 Session object.
19-
*
20-
* @since 2.4
18+
* Token storage that uses a Symfony Session object.
2119
*
2220
* @author Bernhard Schussek <bschussek@gmail.com>
2321
*/

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)