@@ -25,7 +25,7 @@ |
||
| 25 | 25 | * @param $amount |
| 26 | 26 | * @param $taxable |
| 27 | 27 | * @param $tax |
| 28 | - * @param array $options |
|
| 28 | + * @param integer $options |
|
| 29 | 29 | */ |
| 30 | 30 | public function __construct($amount, $taxable = false, $options = []) |
| 31 | 31 | { |
@@ -423,7 +423,7 @@ discard block |
||
| 423 | 423 | /** |
| 424 | 424 | * Gets the total tax for the cart |
| 425 | 425 | * |
| 426 | - * @param bool|true $format |
|
| 426 | + * @param boolean $format |
|
| 427 | 427 | * |
| 428 | 428 | * @return string |
| 429 | 429 | */ |
@@ -486,7 +486,6 @@ discard block |
||
| 486 | 486 | * |
| 487 | 487 | * @param boolean $format |
| 488 | 488 | * @param boolean $withDiscount |
| 489 | - * @param boolean $withTax |
|
| 490 | 489 | * |
| 491 | 490 | * @return string |
| 492 | 491 | */ |