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