Fixed return type of "total" function

https://github.com/Crinsane/LaravelShoppingcart/issues/188
This commit is contained in:
kekenec
2016-07-30 18:45:45 +03:00
committed by GitHub
parent dfaf428af1
commit 007e941673

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 = ',')
{