@@ -156,7 +156,7 @@ |
||
156 | 156 | */ |
157 | 157 | public function getHeaders() : array |
158 | 158 | { |
159 | - return $this->options['headers'] ?: [ 'Content-Type' => 'application/json' ]; |
|
159 | + return $this->options['headers'] ?: ['Content-Type' => 'application/json']; |
|
160 | 160 | } |
161 | 161 | |
162 | 162 | /** |