File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Symfony/Component/Validator/Tests/Constraints Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 14
14
use Symfony \Component \ExpressionLanguage \ExpressionLanguage ;
15
15
use Symfony \Component \Validator \Constraints \ExpressionLanguageSyntax ;
16
16
use Symfony \Component \Validator \Constraints \ExpressionLanguageSyntaxValidator ;
17
+ use Symfony \Component \Validator \ConstraintValidatorInterface ;
17
18
use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
18
19
19
20
/**
20
21
* @group legacy
21
22
*/
22
23
class ExpressionLanguageSyntaxValidatorTest extends ConstraintValidatorTestCase
23
24
{
24
- protected function createValidator (): ExpressionLanguageSyntaxValidator
25
+ protected function createValidator (): ConstraintValidatorInterface
25
26
{
26
27
return new ExpressionLanguageSyntaxValidator (new ExpressionLanguage ());
27
28
}
You can’t perform that action at this time.
0 commit comments