@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | // $this->logger = new Logger('inShore Bookwhen API'); |
| 112 | 112 | // $this->logger->pushHandler(new StreamHandler($this->logFile, $this->logLevel)); |
| 113 | 113 | try { |
| 114 | - if(!is_null($client)) { |
|
| 114 | + if (!is_null($client)) { |
|
| 115 | 115 | $this->client = $client; |
| 116 | 116 | } else { |
| 117 | 117 | $this->client = !is_null($apiKey) |
@@ -365,7 +365,7 @@ discard block |
||
| 365 | 365 | // } |
| 366 | 366 | // } |
| 367 | 367 | |
| 368 | - $this->includes = array_keys(array_filter($includesMapping, function ($value) { |
|
| 368 | + $this->includes = array_keys(array_filter($includesMapping, function($value) { |
|
| 369 | 369 | return $value; |
| 370 | 370 | })); |
| 371 | 371 | |