File tree 4 files changed +6
-4
lines changed
src/Symfony/Component/Validator/Constraints
tests/Symfony/Tests/Component/Validator/Constraints
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Component \Validator \Constraints ;
12
+ namespace Symfony \Component \Validator \Constraints \ Collection ;
13
13
14
14
use Symfony \Component \Validator \Constraint ;
15
15
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Component \Validator \Constraints ;
12
+ namespace Symfony \Component \Validator \Constraints \ Collection ;
13
13
14
14
use Symfony \Component \Validator \Constraint ;
15
15
Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Validator \Constraint ;
15
15
use Symfony \Component \Validator \ConstraintValidator ;
16
16
use Symfony \Component \Validator \Exception \UnexpectedTypeException ;
17
+ use Symfony \Component \Validator \Constraints \Collection \Optional ;
18
+ use Symfony \Component \Validator \Constraints \Collection \Required ;
17
19
18
20
/**
19
21
* @api
Original file line number Diff line number Diff line change 15
15
use Symfony \Component \Validator \Constraints \Min ;
16
16
use Symfony \Component \Validator \Constraints \NotBlank ;
17
17
use Symfony \Component \Validator \Constraints \NotNull ;
18
- use Symfony \Component \Validator \Constraints \Required ;
19
- use Symfony \Component \Validator \Constraints \Optional ;
18
+ use Symfony \Component \Validator \Constraints \Collection \ Required ;
19
+ use Symfony \Component \Validator \Constraints \Collection \ Optional ;
20
20
use Symfony \Component \Validator \Constraints \Collection ;
21
21
use Symfony \Component \Validator \Constraints \CollectionValidator ;
22
22
You can’t perform that action at this time.
0 commit comments