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 13
13
14
14
use Symfony \Component \PropertyAccess \Exception \NoSuchPropertyException ;
15
15
use Symfony \Component \PropertyAccess \PropertyAccess ;
16
- use Symfony \Component \PropertyAccess \PropertyAccessor ;
16
+ use Symfony \Component \PropertyAccess \PropertyAccessorInterface ;
17
17
use Symfony \Component \Validator \Constraint ;
18
18
use Symfony \Component \Validator \ConstraintValidator ;
19
19
use Symfony \Component \Validator \Exception \ConstraintDefinitionException ;
@@ -29,7 +29,7 @@ abstract class AbstractComparisonValidator extends ConstraintValidator
29
29
{
30
30
private $ propertyAccessor ;
31
31
32
- public function __construct (PropertyAccessor $ propertyAccessor = null )
32
+ public function __construct (PropertyAccessorInterface $ propertyAccessor = null )
33
33
{
34
34
$ this ->propertyAccessor = $ propertyAccessor ;
35
35
}
You can’t perform that action at this time.
0 commit comments