Passed
Push — scrutinizer ( 434d98...8d4197 )
by
unknown
06:48
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.