Passed
Push — master ( 3d0d87...075b69 )
by Antonio Carlos
09:13
created
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.