Completed
Push — master ( b170d1...8f5e44 )
by John
01:30
created
src/authnet/AuthnetWebhook.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
         if (function_exists('apache_request_headers')) {
134 134
             $headers = apache_request_headers();
135 135
         } else {
136
-            $headers = array_filter($_SERVER, function ($key) {
136
+            $headers = array_filter($_SERVER, function($key) {
137 137
                 return strpos($key, 'HTTP_') === 0;
138 138
             }, ARRAY_FILTER_USE_KEY);
139 139
         }
Please login to merge, or discard this patch.