Fix annotation type for $context

Previous type ExecutionContextInterface was referring to a non declared namespace. Replacing it by ExecutionContextInterface2Dot5 fixes autocomplete.
This commit is contained in:
Pierre-Chanel Gauthier 2016-11-18 18:16:13 +01:00 committed by GitHub
parent d987c40e7a
commit 55e134cab0

View File

@ -38,7 +38,7 @@ abstract class ConstraintValidator implements ConstraintValidatorInterface
const OBJECT_TO_STRING = 2;
/**
* @var ExecutionContextInterface
* @var ExecutionContextInterface2Dot5
*/
protected $context;