Completed
Pull Request — master (#2)
by Sander
08:07
created
src/MolliePaymentGateway.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace SanderVanHooft\PayableRedirect;
4 4
 
5
-use Carbon\Carbon;
6 5
 use Illuminate\Database\Eloquent\Model;
7 6
 use Mollie_API_Client;
8
-use Omnipay\Omnipay;
9 7
 use SanderVanHooft\PayableRedirect\PaymentGateway;
10 8
 use SanderVanHooft\PayableRedirect\Payment;
11 9
 
Please login to merge, or discard this patch.
src/Payment.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 use SanderVanHooft\PayableRedirect\Events\PaymentUpdated;
9 9
 
10 10
 /**
11
-  * @property string $status
12
-  */
11
+ * @property string $status
12
+ */
13 13
 class Payment extends Model
14 14
 {
15 15
     protected $guarded = [];
Please login to merge, or discard this patch.