modify some phpdoc

This commit is contained in:
Manuel Raynaud
2013-08-09 09:55:50 +02:00
parent 9d22fdd0f7
commit 3b0a596aa5

View File

@@ -251,10 +251,13 @@ class Customer extends BaseAction implements EventSubscriberInterface
} }
/** /**
*
* Stores the current user in the security context, and redirect to the * Stores the current user in the security context, and redirect to the
* success_url. * success_url.
* * @param ActionEvent $event
* @param CustomerModel $user the logged user * @param CustomerModel $user
* @param BaseForm $form
* @param bool $sendLoginEvent
*/ */
protected function processSuccessfullLogin(ActionEvent $event, CustomerModel $user, BaseForm $form, $sendLoginEvent = false) protected function processSuccessfullLogin(ActionEvent $event, CustomerModel $user, BaseForm $form, $sendLoginEvent = false)
{ {