The request object is \Thelia\Core\HttpFoundation\Request

This commit is contained in:
Franck Allimant
2014-07-22 19:01:18 +02:00
parent bfd9a6ac7d
commit 94257eeb86

View File

@@ -33,7 +33,7 @@ use Thelia\Type\TypeCollection;
abstract class BaseLoop
{
/**
* @var \Symfony\Component\HttpFoundation\Request
* @var \Thelia\Core\HttpFoundation\Request
*/
protected $request;