From 972cdcd7fb6d3159109a54eb14424f14e84de536 Mon Sep 17 00:00:00 2001 From: gmorel Date: Thu, 12 Sep 2013 17:27:31 +0200 Subject: [PATCH] Working : Base controller now get type inference of Thelia2 Session component --- core/lib/Thelia/Controller/BaseController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Controller/BaseController.php b/core/lib/Thelia/Controller/BaseController.php index 56118635b..a78f58680 100755 --- a/core/lib/Thelia/Controller/BaseController.php +++ b/core/lib/Thelia/Controller/BaseController.php @@ -127,7 +127,7 @@ class BaseController extends ContainerAware /** * Returns the session from the current request * - * @return \Symfony\Component\HttpFoundation\Session\SessionInterface + * @return \Thelia\Core\HttpFoundation\Session\Session */ protected function getSession() {