We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89f1e35 + 31892ac commit 35fb873Copy full SHA for 35fb873
tests/Validator/Constraints/VatNumberValidatorTest.php
@@ -4,12 +4,13 @@
4
5
use Ibericode\Vat\Bundle\Validator\Constraints\VatNumber;
6
use Ibericode\Vat\Bundle\Validator\Constraints\VatNumberValidator;
7
+use Symfony\Component\Validator\ConstraintValidatorInterface;
8
use Symfony\Component\Validator\Test\ConstraintValidatorTestCase;
9
10
class VatNumberValidatorTest extends ConstraintValidatorTestCase
11
{
12
- protected function createValidator()
13
+ protected function createValidator(): ConstraintValidatorInterface
14
15
return new VatNumberValidator();
16
}
0 commit comments