From 727c5e57ada5bacb4f3987e0b80586f99d652e49 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 9 Aug 2013 09:20:49 +0200 Subject: [PATCH] modify phpdoc --- core/lib/Thelia/Action/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Action/Cart.php b/core/lib/Thelia/Action/Cart.php index 2c82d4e01..a1b4b11fe 100755 --- a/core/lib/Thelia/Action/Cart.php +++ b/core/lib/Thelia/Action/Cart.php @@ -69,7 +69,7 @@ class Cart extends BaseAction implements EventSubscriberInterface /** * - * add an article to cart + * add an article in the current cart * * @param \Thelia\Core\Event\ActionEvent $event */