@@ -57,7 +57,7 @@ |
||
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 |