Skip to content

Commit d4bf2ca

Browse files
Merge branch '5.1' into 5.2
* 5.1: Fix merge
2 parents 9edf674 + 6531b7e commit d4bf2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ValidatorBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
use PHPUnit\Framework\TestCase;
1717
use Psr\Cache\CacheItemPoolInterface;
1818
use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
19-
use Symfony\Component\Translation\TranslatorInterface;
2019
use Symfony\Component\Validator\ConstraintValidatorFactoryInterface;
2120
use Symfony\Component\Validator\Mapping\Loader\AnnotationLoader;
2221
use Symfony\Component\Validator\ObjectInitializerInterface;
2322
use Symfony\Component\Validator\Validator\RecursiveValidator;
2423
use Symfony\Component\Validator\ValidatorBuilder;
24+
use Symfony\Contracts\Translation\TranslatorInterface;
2525

2626
class ValidatorBuilderTest extends TestCase
2727
{

0 commit comments

Comments
 (0)