Skip to content

Commit ad30dad

Browse files
devrckRobin Chalas
authored andcommitted
[Validator] Added missing use statement for UnexpectedTypeException
1 parent b47f4a6 commit ad30dad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)