diff --git a/src/Cart.php b/src/Cart.php index f0699d8..2c0ae40 100644 --- a/src/Cart.php +++ b/src/Cart.php @@ -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 = ',') {