Completed
Push — master ( 13ae3c...7c5f13 )
by John
01:58
created
src/Request/RequestFactory/GenericRequestFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         $parsedData = $bodyParser->parse($data);
58 58
 
59 59
         $apiKey = $parsedURL->getAPIKey();
60
-        if($apiKey === null) {
60
+        if ($apiKey === null) {
61 61
             $apiKey = $parsedHeaders->getAPIKey();
62 62
         }
63 63
 
Please login to merge, or discard this patch.