Skip to content

Commit 5f51382

Browse files
#228: Fixed PHPStan issues
1 parent 34b0cca commit 5f51382

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/BsnValidatorTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
use Symfony\Component\Validator\Test\ConstraintValidatorTestCase;
3131

3232
/**
33+
* @template-extends ConstraintValidatorTestCase<BsnValidator>
34+
*
3335
* @covers \DarkWebDesign\SymfonyAddonConstraints\BsnValidator
3436
*
3537
* @internal

tests/CollectionValidatorTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
use Symfony\Component\Validator\Test\ConstraintValidatorTestCase;
3131

3232
/**
33+
* @template-extends ConstraintValidatorTestCase<CollectionValidator>
34+
*
3335
* @covers \DarkWebDesign\SymfonyAddonConstraints\CollectionValidator
3436
*
3537
* @uses \DarkWebDesign\SymfonyAddonConstraints\Collection

tests/JsonValidatorTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
use Symfony\Component\Validator\Test\ConstraintValidatorTestCase;
3131

3232
/**
33+
* @template-extends ConstraintValidatorTestCase<JsonValidator>
34+
*
3335
* @covers \DarkWebDesign\SymfonyAddonConstraints\JsonValidator
3436
*
3537
* @internal

0 commit comments

Comments
 (0)