From 4e1932c774e85029dcbb64e4b4ec91c85c71d6b0 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 18 Sep 2015 18:38:40 +0200 Subject: [PATCH] comment old logic because it's already commented in line 123 --- reference/constraints/Callback.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reference/constraints/Callback.rst b/reference/constraints/Callback.rst index bee68c83055..6e419b512d3 100644 --- a/reference/constraints/Callback.rst +++ b/reference/constraints/Callback.rst @@ -150,10 +150,12 @@ have access to the object instance, they receive the object as the first argumen ; // If you're using the old 2.4 validation API + /* $context->addViolationAt( 'firstName', 'This name sounds totally fake!' ); + */ } }