@@ -194,7 +194,7 @@ |
||
| 194 | 194 | $this->clientCredentials = new HmacAuthMiddleware( |
| 195 | 195 | new Key($credentials['api_key'], $credentials['api_secret']), |
| 196 | 196 | $this->getRealm(), |
| 197 | - $this->getServiceApiHeader() ? [$this->getServiceApiHeader()]: [] |
|
| 197 | + $this->getServiceApiHeader() ? [$this->getServiceApiHeader()] : [] |
|
| 198 | 198 | ); |
| 199 | 199 | } |
| 200 | 200 | return $this; |