File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 30
30
use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
31
31
32
32
/**
33
+ * @template-extends ConstraintValidatorTestCase<BsnValidator>
34
+ *
33
35
* @covers \DarkWebDesign\SymfonyAddonConstraints\BsnValidator
34
36
*
35
37
* @internal
Original file line number Diff line number Diff line change 30
30
use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
31
31
32
32
/**
33
+ * @template-extends ConstraintValidatorTestCase<CollectionValidator>
34
+ *
33
35
* @covers \DarkWebDesign\SymfonyAddonConstraints\CollectionValidator
34
36
*
35
37
* @uses \DarkWebDesign\SymfonyAddonConstraints\Collection
Original file line number Diff line number Diff line change 30
30
use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
31
31
32
32
/**
33
+ * @template-extends ConstraintValidatorTestCase<JsonValidator>
34
+ *
33
35
* @covers \DarkWebDesign\SymfonyAddonConstraints\JsonValidator
34
36
*
35
37
* @internal
You can’t perform that action at this time.
0 commit comments