mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 15:41:24 +00:00
Fixed return type of "total" function
https://github.com/Crinsane/LaravelShoppingcart/issues/188
This commit is contained in:
@@ -230,7 +230,7 @@ class Cart
|
|||||||
* @param int $decimals
|
* @param int $decimals
|
||||||
* @param string $decimalPoint
|
* @param string $decimalPoint
|
||||||
* @param string $thousandSeperator
|
* @param string $thousandSeperator
|
||||||
* @return float
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function total($decimals = 2, $decimalPoint = '.', $thousandSeperator = ',')
|
public function total($decimals = 2, $decimalPoint = '.', $thousandSeperator = ',')
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user