Completed
Branch feature/streamRestApi (6d6647)
by Ventimiglia
02:35
created
src/Firebase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
         $headers['Content-Type'] = 'application/json';
161 161
 
162 162
         // check if header is an array
163
-        if (! is_array($headers)) {
163
+        if (!is_array($headers)) {
164 164
             $str = "The guzzle client headers must be an array.";
165 165
             throw new \Exception($str);
166 166
         }
@@ -363,7 +363,7 @@  discard block
 block discarded – undo
363 363
      */
364 364
     private function writeEventLogs($logger, $eventData, $event, $path)
365 365
     {
366
-        if (! empty($eventData) || null != $eventData) {
366
+        if (!empty($eventData) || null != $eventData) {
367 367
             $logger->addDebug("path: {$path}", [
368 368
                 'DATA' => $eventData,
369 369
                 'EVENT TYPE' => $event->getEventType()
Please login to merge, or discard this patch.