Passed
Pull Request — master (#65)
by
unknown
09:49
created
QuickPay/API/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
 
167 167
         if ($headers = $this->received_headers) {
168 168
             // Filter out HTTP status and empty header lines
169
-            $headers = array_filter(explode("\r\n", $headers), function ($header) {
169
+            $headers = array_filter(explode("\r\n", $headers), function($header) {
170 170
                 return empty($header) == false && strpos($header, ':');
171 171
             });
172 172
 
Please login to merge, or discard this patch.