Skip to content

Commit 6531b7e

Browse files
Fix merge
1 parent abcd19e commit 6531b7e

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
@@ -13,11 +13,11 @@
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Psr\Cache\CacheItemPoolInterface;
16-
use Symfony\Component\Translation\TranslatorInterface;
1716
use Symfony\Component\Validator\ConstraintValidatorFactoryInterface;
1817
use Symfony\Component\Validator\ObjectInitializerInterface;
1918
use Symfony\Component\Validator\Validator\RecursiveValidator;
2019
use Symfony\Component\Validator\ValidatorBuilder;
20+
use Symfony\Contracts\Translation\TranslatorInterface;
2121

2222
class ValidatorBuilderTest extends TestCase
2323
{

0 commit comments

Comments
 (0)