Passed
Pull Request — master (#32)
by
unknown
01:52
created
Processors/Monolog/DeamonLoggerExtraWebProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
      */
169 169
     private function addChannelInfo(): void
170 170
     {
171
-        if(!array_key_exists('global_channel', $this->record['extra'])){
171
+        if (!array_key_exists('global_channel', $this->record['extra'])) {
172 172
             $this->addInfo('global_channel', $this->record['channel']);
173 173
         }
174 174
 
Please login to merge, or discard this patch.