From fc4d5b99fed22d0d2281351edfd6c2891965e0d1 Mon Sep 17 00:00:00 2001 From: Steve Nebes Date: Mon, 8 Oct 2018 13:51:20 -0500 Subject: [PATCH] Update Callback.rst --- reference/constraints/Callback.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/Callback.rst b/reference/constraints/Callback.rst index e0a21e4b2e0..a9de13b890b 100644 --- a/reference/constraints/Callback.rst +++ b/reference/constraints/Callback.rst @@ -300,5 +300,5 @@ Concrete callbacks receive an :class:`Symfony\\Component\\Validator\\Context\\Ex instance as only argument. Static or closure callbacks receive the validated object as the first argument -and the :class:`Symfony\\Component\\Validator\\ExecutionContextInterface` +and the :class:`Symfony\\Component\\Validator\\Context\\ExecutionContextInterface` instance as the second argument.