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.
2 parents 9edf674 + 6531b7e commit d4bf2caCopy full SHA for d4bf2ca
Tests/ValidatorBuilderTest.php
@@ -16,12 +16,12 @@
16
use PHPUnit\Framework\TestCase;
17
use Psr\Cache\CacheItemPoolInterface;
18
use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
19
-use Symfony\Component\Translation\TranslatorInterface;
20
use Symfony\Component\Validator\ConstraintValidatorFactoryInterface;
21
use Symfony\Component\Validator\Mapping\Loader\AnnotationLoader;
22
use Symfony\Component\Validator\ObjectInitializerInterface;
23
use Symfony\Component\Validator\Validator\RecursiveValidator;
24
use Symfony\Component\Validator\ValidatorBuilder;
+use Symfony\Contracts\Translation\TranslatorInterface;
25
26
class ValidatorBuilderTest extends TestCase
27
{
0 commit comments