Passed
Push — master ( dc49f4...89fe73 )
by John
02:47
created
src/authnet/AuthnetWebhook.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
         } else {
138 138
             $headers = array_filter(
139 139
                 $_SERVER,
140
-                static function ($key) {
140
+                static function($key) {
141 141
                     return strpos($key, 'HTTP_') === 0;
142 142
                 },
143 143
                 ARRAY_FILTER_USE_KEY
Please login to merge, or discard this patch.
src/authnet/AuthnetApiFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace JohnConde\Authnet;
15 15
 
16 16
 use Curl\Curl;
17
-use ErrorException;
18 17
 use Exception;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.