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 1414use Symfony \Component \ExpressionLanguage \ExpressionLanguage ;
1515use Symfony \Component \Validator \Constraints \ExpressionLanguageSyntax ;
1616use Symfony \Component \Validator \Constraints \ExpressionLanguageSyntaxValidator ;
17+ use Symfony \Component \Validator \ConstraintValidatorInterface ;
1718use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
1819
1920/**
2021 * @group legacy
2122 */
2223class ExpressionLanguageSyntaxValidatorTest extends ConstraintValidatorTestCase
2324{
24- protected function createValidator (): ExpressionLanguageSyntaxValidator
25+ protected function createValidator (): ConstraintValidatorInterface
2526 {
2627 return new ExpressionLanguageSyntaxValidator (new ExpressionLanguage ());
2728 }
You can’t perform that action at this time.
0 commit comments