Fixed annotation

This commit is contained in:
Jáchym Toušek 2013-09-02 10:09:18 +02:00 committed by Fabien Potencier
parent 47b32437e1
commit 4147047c8e

View File

@ -21,7 +21,7 @@ use Symfony\Component\HttpFoundation\Request;
* @author Bernhard Schussek <bschussek@gmail.com> * @author Bernhard Schussek <bschussek@gmail.com>
* *
* @deprecated Deprecated since version 2.3, to be removed in 3.0. Pass the * @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 class BindRequestListener implements EventSubscriberInterface
{ {