Skip to content

Commit b69789b

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 cde8b6c + 815735f commit b69789b

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

DependencyInjection/CompilerPass/RegisterMappingsPass.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ abstract class RegisterMappingsPass implements CompilerPassInterface
118118
* @param string $registerAliasMethodName Name of Configuration class method to
119119
* register alias.
120120
* @param string[] $aliasMap Map of alias to namespace
121-
*
122-
* @since Support for bundle alias was added in Symfony 2.6
123121
*/
124122
public function __construct($driver, array $namespaces, array $managerParameters, $driverPattern, $enabledParameter = false, $configurationPattern = '', $registerAliasMethodName = '', array $aliasMap = array())
125123
{

Form/ChoiceList/IdReader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
/**
1919
* A utility for reading object IDs.
2020
*
21-
* @since 1.0
22-
*
2321
* @author Bernhard Schussek <[email protected]>
2422
*
2523
* @internal This class is meant for internal use only.

Tests/Validator/Constraints/LegacyUniqueEntityValidatorLegacyApiTest.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 <[email protected]>
2018
* @group legacy
2119
*/

0 commit comments

Comments
 (0)