@@ -160,7 +160,7 @@ discard block |
||
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 |
||
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() |