Updated phpdoc

This commit is contained in:
Rob Gloudemans
2013-05-30 17:08:29 +02:00
parent 13f22ef098
commit e549a74e1f

View File

@@ -93,7 +93,7 @@ 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 integer|Array $attribute New quantity of the item|Array of attributes to update
* @return boolean
*/
public function update($rowId, $attribute)