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