Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class EloquentHandler extends AbstractProcessingHandler |
||
14 | { |
||
15 | public function __construct($level = Logger::DEBUG, bool $bubble = true) |
||
18 | } |
||
19 | |||
20 | protected function write(array $record): void |
||
30 | ] |
||
31 | ); |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * {@inheritDoc} |
||
36 | */ |
||
37 | protected function getDefaultFormatter(): FormatterInterface |
||
42 |