Passed
Push — master ( 3d0d87...075b69 )
by Antonio Carlos
09:13
created
src/Support/AttackBlocker.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 use Carbon\Carbon;
6 6
 use PragmaRX\Firewall\Events\AttackDetected;
7 7
 use PragmaRX\Firewall\Firewall;
8
-use PragmaRX\Firewall\Repositories\Cache\Cache;
9
-use PragmaRX\Support\Config;
10 8
 
11 9
 class AttackBlocker
12 10
 {
Please login to merge, or discard this patch.
src/Listeners/NotifyAdmins.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace PragmaRX\Firewall\Listeners;
4 4
 
5
-use ErrorException;
6 5
 use Exception;
7 6
 use Notification as IlluminateNotification;
8 7
 use PragmaRX\Firewall\Events\AttackDetected;
Please login to merge, or discard this patch.
src/Support/IpAddress.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace PragmaRX\Firewall\Support;
4 4
 
5
-use Exception;
6 5
 use PragmaRX\Support\IpAddress as SupportIpAddress;
7 6
 
8 7
 class IpAddress
Please login to merge, or discard this patch.