mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-18 13:35:06 +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 string $decimalPoint
|
||||
* @param string $thousandSeperator
|
||||
* @return float
|
||||
* @return string
|
||||
*/
|
||||
public function total($decimals = 2, $decimalPoint = '.', $thousandSeperator = ',')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user