@@ -151,7 +151,7 @@ discard block |
||
151 | 151 | * @param array $data |
152 | 152 | * @return object |
153 | 153 | */ |
154 | - public function create(array $data= []): object |
|
154 | + public function create(array $data = []): object |
|
155 | 155 | { |
156 | 156 | throw new \RuntimeException('Not implemented'); |
157 | 157 | } |
@@ -290,7 +290,7 @@ discard block |
||
290 | 290 | |
291 | 291 | private function addXRequestIdHeader(): void |
292 | 292 | { |
293 | - if (!array_key_exists('X-Request-Id',$this->headers)) { |
|
293 | + if (!array_key_exists('X-Request-Id', $this->headers)) { |
|
294 | 294 | $this->addHeader('X-Request-Id', uniqid($this->uniqidPrefix, true)); |
295 | 295 | } |
296 | 296 | } |