Completed
Pull Request — master (#42)
by
unknown
02:22
created
src/RestClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
         $headers = $response->getHeaders();
216 216
         $jsonContentTypeList = ['application/ld+json', 'application/json'];
217 217
 
218
-        $requestIsJson  = false;
218
+        $requestIsJson = false;
219 219
 
220 220
         if (isset($headers['Content-Type'])) {
221 221
             foreach ($jsonContentTypeList as $contentType) {
Please login to merge, or discard this patch.