Completed
Push — master ( 489d9f...692cbe )
by Luke
03:42
created
src/Methods/AbstractMethod.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
             $response = $this->getClient()->request('POST', $uri, [
84 84
                 'body' => $payload,
85 85
                 'headers' => [
86
-                    'Content-Type' => 'application/json; profile=' . $schemaUri,
86
+                    'Content-Type' => 'application/json; profile='.$schemaUri,
87 87
                 ],
88 88
             ]);
89 89
 
Please login to merge, or discard this patch.