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

Commit 59cd0be

Browse files
Merge branch '2.8' into 3.0
* 2.8: [VarDumper] Fix indentation trimming in ExceptionCaster 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. Conflicts: src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/LegacyUniqueEntityValidatorLegacyApiTest.php src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/CsrfProviderAdapter.php src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/CsrfTokenManagerAdapter.php src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/LegacyFormValidatorLegacyApiTest.php src/Symfony/Component/Security/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php src/Symfony/Component/Validator/Constraints/UuidValidator.php src/Symfony/Component/Validator/Context/LegacyExecutionContext.php src/Symfony/Component/Validator/Context/LegacyExecutionContextFactory.php src/Symfony/Component/Validator/Tests/Fixtures/StubGlobalExecutionContext.php src/Symfony/Component/Validator/Tests/Validator/AbstractLegacyApiTest.php src/Symfony/Component/Validator/Tests/Validator/AbstractTest.php src/Symfony/Component/Validator/Validator/LegacyValidator.php
2 parents 4e06cf1 + 6f72bc7 commit 59cd0be

File tree

6 files changed

+1
-13
lines changed

6 files changed

+1
-13
lines changed

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
@@ -14,8 +14,6 @@
1414
/**
1515
* Generates CSRF tokens.
1616
*
17-
* @since 2.4
18-
*
1917
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
2018
*/
2119
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)