Test Failed
Branch php72 (501012)
by John
02:21
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/AuthnetJsonRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@
 block discarded – undo
210 210
     /**
211 211
      * Sets the handler to be used to handle our API call. Mainly used for unit testing as Curl is used by default.
212 212
      *
213
-     * @param   object  $processor
213
+     * @param   \Curl\Curl  $processor
214 214
      */
215 215
     public function setProcessHandler($processor) : void
216 216
     {
Please login to merge, or discard this patch.