merged branch adrienbrault/patch-1 (PR #4780)

Commits
-------

0a4fd43 [Security] Fix typo in docblock

Discussion
----------

[Security] Fix typo in docblock

Bug fix: no
Feature addition: no
Backwards compatibility break: yes
Symfony2 tests pass:
Fixes the following tickets:
Todo:
License of the code: MIT
Documentation PR:
This commit is contained in:
Fabien Potencier 2012-07-08 10:03:49 +02:00
commit ea6fbba787

View File

@ -51,7 +51,7 @@ class UsernamePasswordFormAuthenticationListener extends AbstractAuthenticationL
}
/**
* @{inheritdoc}
* {@inheritdoc}
*/
protected function requiresAuthentication(Request $request)
{