Completed
Push — master ( 618429...adbae0 )
by Martin
04:33
created
src/MonologFormatterAdapter.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
     protected $formatter;
24 24
 
25 25
     public function __construct(
26
-      FormatterInterface $formatter,
27
-      $newLevel = Logger::DEBUG
26
+        FormatterInterface $formatter,
27
+        $newLevel = Logger::DEBUG
28 28
     ) {
29 29
         $this->formatter = $formatter;
30 30
         $this->newLevel = $newLevel;
Please login to merge, or discard this patch.