Completed
Pull Request — master (#5)
by
unknown
09:17
created
src/Methods/AbstractMethod.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
             $response = $this->getClient()->request('POST', $uri, [
86 86
                 'body' => $payload,
87 87
                 'headers' => [
88
-                    'Content-Type' => 'application/json; profile=' . $schemaUri,
88
+                    'Content-Type' => 'application/json; profile='.$schemaUri,
89 89
                     'ZPG-Listing-ETag' => md5($payload),
90 90
                 ],
91 91
             ]);
Please login to merge, or discard this patch.