File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313
1414use Symfony \Component \PropertyAccess \Exception \NoSuchPropertyException ;
1515use Symfony \Component \PropertyAccess \PropertyAccess ;
16- use Symfony \Component \PropertyAccess \PropertyAccessor ;
16+ use Symfony \Component \PropertyAccess \PropertyAccessorInterface ;
1717use Symfony \Component \Validator \Constraint ;
1818use Symfony \Component \Validator \ConstraintValidator ;
1919use Symfony \Component \Validator \Exception \ConstraintDefinitionException ;
@@ -29,7 +29,7 @@ abstract class AbstractComparisonValidator extends ConstraintValidator
2929{
3030 private $ propertyAccessor ;
3131
32- public function __construct (PropertyAccessor $ propertyAccessor = null )
32+ public function __construct (PropertyAccessorInterface $ propertyAccessor = null )
3333 {
3434 $ this ->propertyAccessor = $ propertyAccessor ;
3535 }
You can’t perform that action at this time.
0 commit comments