Skip to content

Commit 9384a26

Browse files
committed
Fix phpdoc and coding standards
This removes the unused use statements which were not catched by PHP-CS-Fixer because of string occurences. It also fixes some invalid phpdoc (scalar is not recognized as a valid type for instance).
1 parent 1cb494e commit 9384a26

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Tests/Mapping/ClassMetadataFactoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\Validator\Tests\Mapping;
1313

14-
use Symfony\Component\Validator\Tests\Fixtures\Entity;
1514
use Symfony\Component\Validator\Tests\Fixtures\ConstraintA;
1615
use Symfony\Component\Validator\Mapping\ClassMetadataFactory;
1716
use Symfony\Component\Validator\Mapping\ClassMetadata;

Tests/Mapping/ClassMetadataTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
use Symfony\Component\Validator\Constraint;
1515
use Symfony\Component\Validator\Constraints\Valid;
1616
use Symfony\Component\Validator\Mapping\ClassMetadata;
17-
use Symfony\Component\Validator\Exception\GroupDefinitionException;
18-
use Symfony\Component\Validator\Tests\Fixtures\Entity;
1917
use Symfony\Component\Validator\Tests\Fixtures\ConstraintA;
2018
use Symfony\Component\Validator\Tests\Fixtures\ConstraintB;
2119
use Symfony\Component\Validator\Tests\Fixtures\PropertyConstraint;

0 commit comments

Comments
 (0)