Completed
Push — master ( e057b1...a64391 )
by shjchen
03:51
created
src/Actions/OrderFixedDiscountAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * OrderFixedDiscountAction constructor.
34 34
      *
35
-     * @param IntegerDistributor $distributor
35
+     * @param PercentageIntegerDistributor $distributor
36 36
      */
37 37
     public function __construct(PercentageIntegerDistributor $distributor)
38 38
     {
Please login to merge, or discard this patch.
src/Actions/OrderPercentageDiscountAction.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@
 block discarded – undo
33 33
      * OrderPercentageDiscountAction constructor.
34 34
      *
35 35
      * @param PercentageIntegerDistributor $integerDistributor
36
-     * @param IntegerDistributor           $distributor
37 36
      */
38 37
     public function __construct(PercentageIntegerDistributor $integerDistributor)
39 38
     {
Please login to merge, or discard this patch.
src/Models/Coupon.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @return mixed
43
+     * @return boolean
44 44
      */
45 45
     public function hasRules()
46 46
     {
Please login to merge, or discard this patch.
src/Repositories/Eloquent/CouponRepositoryEloquent.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * @param $userId
36 36
      * @param int    $paginate
37
-     * @param string $channel
38 37
      *
39 38
      * @return mixed
40 39
      */
Please login to merge, or discard this patch.
src/Models/Discount.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @return mixed
43
+     * @return boolean
44 44
      */
45 45
     public function hasRules()
46 46
     {
Please login to merge, or discard this patch.