merged branch enumag/patch-2 (PR #8912)

This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #8912).

Discussion
----------

Fixed annotation

See #8910.

Commits
-------

18ce361 Fixed annotation
This commit is contained in:
Fabien Potencier 2013-09-02 15:38:54 +02:00
commit 71621d7404
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ use Symfony\Component\HttpFoundation\Request;
* @author Bernhard Schussek <bschussek@gmail.com>
*
* @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
{