8000 bug #31100 Missing use statement added in UniqueValidator. (rmikalkenas) · symfony/symfony@95932df · GitHub
[go: up one dir, main page]

Skip to content

Commit 95932df

Browse files
committed
bug #31100 Missing use statement added in UniqueValidator. (rmikalkenas)
This PR was merged into the 4.3-dev branch. Discussion ---------- Missing use statement added in UniqueValidator. | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | # | License | MIT | Doc PR | symfony/symfony-docs Commits ------- 9ae73b1 Missing use statement added in UniqueValidator.
2 parents e45bc83 + 9ae73b1 commit 95932df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Validator/Constraints/UniqueValidator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Symfony\Component\Validator\Constraint;
1515
use Symfony\Component\Validator\ConstraintValidator;
16+
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1617
use Symfony\Component\Validator\Exception\UnexpectedValueException;
1718

1819
/**

0 commit comments

Comments
 (0)
0