Skip to content

Commit 17647fe

Browse files
committed
minor #10454 Updated class reference in Callback validator from the deprecated to the current class. (snebes)
This PR was merged into the 2.8 branch. Discussion ---------- Updated class reference in Callback validator from the deprecated to the current class. This updates the class reference in the documentation for `ExecutionContextInterface` on the `Callback` validator. This actually affects the documentation from v2.5 to master Commits ------- fc4d5b9 Update Callback.rst
2 parents 2b95d2f + fc4d5b9 commit 17647fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Callback.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Concrete callbacks receive an :class:`Symfony\\Component\\Validator\\Context\\Ex
298298
instance as only argument.
299299

300300
Static or closure callbacks receive the validated object as the first argument
301-
and the :class:`Symfony\\Component\\Validator\\ExecutionContextInterface`
301+
and the :class:`Symfony\\Component\\Validator\\Context\\ExecutionContextInterface`
302302
instance as the second argument.
303303

304304
.. include:: /reference/constraints/_payload-option.rst.inc

0 commit comments

Comments
 (0)