From e549a74e1fadbacc45356e4db5f759cd75d0ee0e Mon Sep 17 00:00:00 2001 From: Rob Gloudemans Date: Thu, 30 May 2013 17:08:29 +0200 Subject: [PATCH] Updated phpdoc --- src/Gloudemans/Shoppingcart/Cart.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gloudemans/Shoppingcart/Cart.php b/src/Gloudemans/Shoppingcart/Cart.php index 1011138..6bf7fb7 100644 --- a/src/Gloudemans/Shoppingcart/Cart.php +++ b/src/Gloudemans/Shoppingcart/Cart.php @@ -92,8 +92,8 @@ class Cart { /** * Update the quantity of one row of the cart * - * @param string $rowId The rowid of the item you want to update - * @param integer|Array $qty New quantity of the item|Array of attributes to update + * @param string $rowId The rowid of the item you want to update + * @param integer|Array $attribute New quantity of the item|Array of attributes to update * @return boolean */ public function update($rowId, $attribute)