Completed
Push — master ( 4306e3...de53c0 )
by Mahmoud
03:52
created
app/Containers/Stripe/Tests/Unit/ChargeUsersTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use App\Containers\Stripe\Tasks\CreateStripeAccountObjectTask;
6 6
 use App\Containers\Stripe\Tasks\ChargeWithStripeTask;
7 7
 use App\Containers\Stripe\Tests\TestCase;
8
-use App\Ship\Features\Payment\Proxies\PaymentsProxy;
9 8
 use Illuminate\Support\Facades\App;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
app/Ship/Features/Payment/Proxies/PaymentsProxy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     }
38 38
 
39 39
     /**
40
-     * @param $object
40
+     * @param ChargeableInterface $object
41 41
      *
42 42
      * @return  null
43 43
      */
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-     * @param $object
50
+     * @param ChargeableInterface $object
51 51
      *
52 52
      * @return  null
53 53
      */
Please login to merge, or discard this patch.