Passed
Pull Request — develop (#169)
by
unknown
01:37
created
src/Bookwhen.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
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)
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
             'tickets.class_passes' => $includeTicketsClassPasses,
339 339
         ];
340 340
 
341
-        $this->includes = array_keys(array_filter($includesMapping, function ($value) {
341
+        $this->includes = array_keys(array_filter($includesMapping, function($value) {
342 342
             return $value;
343 343
         }));
344 344
 
Please login to merge, or discard this patch.