From 3b0a596aa5fb0b962507b0dcbc9ef12edaee6a2d Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 9 Aug 2013 09:55:50 +0200 Subject: [PATCH] modify some phpdoc --- core/lib/Thelia/Action/Customer.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/lib/Thelia/Action/Customer.php b/core/lib/Thelia/Action/Customer.php index 205ddcde1..4dbda1287 100755 --- a/core/lib/Thelia/Action/Customer.php +++ b/core/lib/Thelia/Action/Customer.php @@ -251,10 +251,13 @@ class Customer extends BaseAction implements EventSubscriberInterface } /** + * * Stores the current user in the security context, and redirect to the * success_url. - * - * @param CustomerModel $user the logged user + * @param ActionEvent $event + * @param CustomerModel $user + * @param BaseForm $form + * @param bool $sendLoginEvent */ protected function processSuccessfullLogin(ActionEvent $event, CustomerModel $user, BaseForm $form, $sendLoginEvent = false) {