10000 [Validator] Added missing use statement for UnexpectedTypeException · devrck/symfony@d10347f · GitHub
[go: up one dir, main page]

Skip to content

Commit d10347f

Browse files
devrckRobin Chalas
authored and
Robin Chalas
committed
[Validator] Added missing use statement for UnexpectedTypeException
1 parent 37a1302 commit d10347f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Validator/Constraints/CountValidator.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