Skip to content

Commit 55e134c

Browse files
authored
Fix annotation type for $context
Previous type ExecutionContextInterface was referring to a non declared namespace. Replacing it by ExecutionContextInterface2Dot5 fixes autocomplete.
1 parent d987c40 commit 55e134c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/ConstraintValidator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ abstract class ConstraintValidator implements ConstraintValidatorInterface
3838
const OBJECT_TO_STRING = 2;
3939

4040
/**
41-
* @var ExecutionContextInterface
41+
* @var ExecutionContextInterface2Dot5
4242
*/
4343
protected $context;
4444

0 commit comments

Comments
 (0)