improve comment in LoginController

This commit is contained in:
Julien Fastré 2018-04-19 21:20:18 +02:00
parent 2bcaaac60c
commit bba720b3ae

View File

@ -10,8 +10,8 @@ use Symfony\Component\Security\Core\SecurityContextInterface;
class LoginController extends Controller
{
/**
* Show a login form
*
* @todo Improve this with http://symfony.com/blog/new-in-symfony-2-6-security-component-improvements#added-a-security-error-helper
* @param Request $request
* @return Response
*/