Passed
Push — master ( c8f2be...385400 )
by Michael
02:30
created
src/HttpClient/JsonApiRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     {
31 31
         $this->document = $body;
32 32
 
33
-        if (! isset($headers['Content-Type'])) {
33
+        if (!isset($headers['Content-Type'])) {
34 34
             $headers['Content-Type'] = ['application/vnd.api+json'];
35 35
         }
36 36
 
Please login to merge, or discard this patch.