From 2178329fb7bfa620f0cdc404d7c2b0b6e4536a33 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Mon, 21 May 2012 09:59:26 +0000 Subject: [PATCH] // Normalize php doc commentary --- classes/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Cart.php b/classes/Cart.php index 893ceb631..483d71d94 100644 --- a/classes/Cart.php +++ b/classes/Cart.php @@ -66,7 +66,7 @@ class CartCore extends ObjectModel /** @var string secure_key */ public $secure_key; - /* @var integer Carrier ID */ + /** @var integer Carrier ID */ public $id_carrier = 0; /** @var string Object last modification date */