Skip to content

Commit 3bd6d80

Browse files
committed
[Validator] CS fixes
1 parent 870a41a commit 3bd6d80

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Validator\Tests\Constraints;
1313

1414
use Symfony\Component\Validator\Constraint;
15-
use Symfony\Component\Validator\Constraints\AbstractComparisonValidator;
1615

1716
class ComparisonTest_Class
1817
{

src/Symfony/Component/Validator/Tests/Constraints/BlankValidatorTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use Symfony\Component\Validator\Constraints\Blank;
1515
use Symfony\Component\Validator\Constraints\BlankValidator;
16-
use Symfony\Component\Validator\ConstraintViolation;
1716
use Symfony\Component\Validator\Validation;
1817

1918
class BlankValidatorTest extends AbstractConstraintValidatorTest

src/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use Symfony\Component\Validator\Constraints\Choice;
1515
use Symfony\Component\Validator\Constraints\ChoiceValidator;
16-
use Symfony\Component\Validator\Mapping\ClassMetadata;
1716
use Symfony\Component\Validator\Validation;
1817

1918
function choice_callback()

src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ public function testRequiredFieldNotPresent()
311311
'missingFieldsMessage' => 'myMessage',
312312
)));
313313

314-
315314
$this->assertViolation('myMessage', array(
316315
'{{ field }}' => 'foo'
317316
), 'property.path[foo]', null);

0 commit comments

Comments
 (0)