Merge pull request #190 from kekenec/patch-1

Fixed return type of "total" function
This commit is contained in:
Rob Gloudemans
2016-08-01 08:05:53 +02:00
committed by GitHub

View File

@@ -230,7 +230,7 @@ class Cart
* @param int $decimals
* @param string $decimalPoint
* @param string $thousandSeperator
* @return float
* @return string
*/
public function total($decimals = 2, $decimalPoint = '.', $thousandSeperator = ',')
{