From 4147047c8eeac5a62ff302f5505dc820992919bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Mon, 2 Sep 2013 10:09:18 +0200 Subject: [PATCH] Fixed annotation --- .../HttpFoundation/EventListener/BindRequestListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Form/Extension/HttpFoundation/EventListener/BindRequestListener.php b/src/Symfony/Component/Form/Extension/HttpFoundation/EventListener/BindRequestListener.php index 6205b98d70..2930c5b36a 100644 --- a/src/Symfony/Component/Form/Extension/HttpFoundation/EventListener/BindRequestListener.php +++ b/src/Symfony/Component/Form/Extension/HttpFoundation/EventListener/BindRequestListener.php @@ -21,7 +21,7 @@ use Symfony\Component\HttpFoundation\Request; * @author Bernhard Schussek * * @deprecated Deprecated since version 2.3, to be removed in 3.0. Pass the - * Request instance to {@link Form::process()} instead. + * Request instance to {@link Form::handleRequest()} instead. */ class BindRequestListener implements EventSubscriberInterface {