Updated phpdoc

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

View File

@@ -92,8 +92,8 @@ class Cart {
/** /**
* Update the quantity of one row of the cart * Update the quantity of one row of the cart
* *
* @param string $rowId The rowid of the item you want to update * @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 * @return boolean
*/ */
public function update($rowId, $attribute) public function update($rowId, $attribute)