Completed
Pull Request — master (#81)
by Julien
03:27
created
src/CartFee.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/LaraCart.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -423,7 +423,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
486 486
      *
487 487
      * @param boolean $format
488 488
      * @param boolean $withDiscount
489
-     * @param boolean $withTax
490 489
      *
491 490
      * @return string
492 491
      */
Please login to merge, or discard this patch.