Completed
Pull Request — master (#3)
by Bastien
03:00
created
Processors/Monolog/DeamonLoggerExtraWebProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     }
129 129
 
130 130
     /**
131
-     * @param $extraInfo
131
+     * @param string $extraInfo
132 132
      *
133 133
      * @return bool
134 134
      */
Please login to merge, or discard this patch.
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) { return array($v); })
32
+                        ->then(function($v) { return array($v); })
33 33
                     ->end()
34 34
                     ->prototype('scalar')->isRequired()->cannotBeEmpty()->end()
35 35
                 ->end()
Please login to merge, or discard this patch.