8000 [Validator] Fixed missing use statements · ghostika/symfony@fb97786 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb97786

Browse files
committed
[Validator] Fixed missing use statements
1 parent 59cd05f commit fb97786

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Symfony\Component\Intl\Util\IntlTestHelper;
1515
use Symfony\Component\Validator\Constraints\Language;
1616
use Symfony\Component\Validator\Constraints\LanguageValidator;
17+
use Symfony\Component\Validator\Validation;
1718

1819
class LanguageValidatorTest extends AbstractConstraintValidatorTest
1920
{

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Symfony\Component\Intl\Util\IntlTestHelper;
1515
use Symfony\Component\Validator\Constraints\Locale;
1616
use Symfony\Component\Validator\Constraints\LocaleValidator;
17+
use Symfony\Component\Validator\Validation;
1718

1819
class LocaleValidatorTest extends AbstractConstraintValidatorTest
1920
{

0 commit comments

Comments
 (0)
0