@@ -87,7 +87,7 @@ |
||
| 87 | 87 | } |
| 88 | 88 | |
| 89 | 89 | $this->logger = new Logger('inShore Bookwhen API'); |
| 90 | - $this->logger->pushHandler(new StreamHandler($this->log, Logger::DEBUG )); |
|
| 90 | + $this->logger->pushHandler(new StreamHandler($this->log, Logger::DEBUG)); |
|
| 91 | 91 | $this->logger->info('Client class successfully instantiated'); |
| 92 | 92 | $this->logger->debug(var_export($this, true)); |
| 93 | 93 | } |