We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcd19e commit 6531b7eCopy full SHA for 6531b7e
Tests/ValidatorBuilderTest.php
@@ -13,11 +13,11 @@
13
14
use PHPUnit\Framework\TestCase;
15
use Psr\Cache\CacheItemPoolInterface;
16
-use Symfony\Component\Translation\TranslatorInterface;
17
use Symfony\Component\Validator\ConstraintValidatorFactoryInterface;
18
use Symfony\Component\Validator\ObjectInitializerInterface;
19
use Symfony\Component\Validator\Validator\RecursiveValidator;
20
use Symfony\Component\Validator\ValidatorBuilder;
+use Symfony\Contracts\Translation\TranslatorInterface;
21
22
class ValidatorBuilderTest extends TestCase
23
{
0 commit comments