@@ -23,8 +23,8 @@ |
||
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; |