Passed
Pull Request — master (#31)
by Bastien
02:39
created
Processors/Monolog/DeamonLoggerExtraWebProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
      */
179 179
     private function addChannelInfo(): void
180 180
     {
181
-        if (!array_key_exists('global_channel', $this->record['extra'])){
181
+        if (!array_key_exists('global_channel', $this->record['extra'])) {
182 182
             $this->addInfo('global_channel', $this->record['channel']);
183 183
         }
184 184
 
Please login to merge, or discard this patch.