Passed
Push — master ( 40cb89...896f76 )
by Action
02:45
created
src/UnitPay.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Http\Request;
6 6
 use Illuminate\Support\Facades\Validator;
7
-
8 7
 use ActionM\UnitPay\Events\UnitPayEvent;
9 8
 use ActionM\UnitPay\Exceptions\InvalidConfiguration;
10 9
 
Please login to merge, or discard this patch.
src/UnitPayNotification.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace ActionM\UnitPay;
4 4
 
5 5
 use ActionM\UnitPay\Events\UnitPayEvent;
6
-
7 6
 use Illuminate\Bus\Queueable;
8 7
 use Illuminate\Contracts\Queue\ShouldQueue;
9
-
10 8
 use Illuminate\Notifications\Messages\MailMessage;
11 9
 use Illuminate\Notifications\Messages\SlackMessage;
12 10
 use Illuminate\Notifications\Messages\SlackAttachment;
Please login to merge, or discard this patch.
src/UnitPayServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ActionM\UnitPay;
4 4
 
5 5
 use ActionM\UnitPay\Exceptions\InvalidConfiguration;
6
-
7 6
 use Illuminate\Support\Facades\App;
8 7
 use Illuminate\Support\ServiceProvider;
9 8
 
Please login to merge, or discard this patch.