Passed
Push — master ( a848c4...abfa55 )
by Bastien
01:47
created
DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
                 ->arrayNode('handlers')->isRequired()
30 30
                     ->beforeNormalization()
31 31
                     ->ifString()
32
-                        ->then(function ($v) {
32
+                        ->then(function($v) {
33 33
                             return array($v);
34 34
                         })
35 35
                     ->end()
Please login to merge, or discard this patch.
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.