Skip to content

Commit 0da570c

Browse files
committed
minor symfony#20766 FIXED NON EXISTING TYPE DECLARATION (edwinhageman)
This PR was submitted for the master branch but it was merged into the 3.1 branch instead (closes symfony#20766). Discussion ---------- FIXED NON EXISTING TYPE DECLARATION | Q | A | ------------- | --- | Branch? | 3.1, 3.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#20765 | License | MIT | Doc PR | reference to the documentation PR, if any Commits ------- d99234a FIXED NON EXISTING TYPE DECLARATION
2 parents 68d5e0d + d99234a commit 0da570c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/ConstraintValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ abstract class ConstraintValidator implements ConstraintValidatorInterface
3636
const OBJECT_TO_STRING = 2;
3737

3838
/**
39-
* @var ExecutionContextInterface2Dot5
39+
* @var ExecutionContextInterface
4040
*/
4141
protected $context;
4242

0 commit comments

Comments
 (0)