| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class DevelopmentErrorLogger extends CoreErrorLogger |
||
| 11 | { |
||
| 12 | //-------------------------------------------------------------------------------------------------------------------- |
||
| 13 | /** |
||
| 14 | * Opens output. |
||
| 15 | */ |
||
| 16 | protected function openStream(): void |
||
| 19 | } |
||
| 20 | |||
| 21 | //-------------------------------------------------------------------------------------------------------------------- |
||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | protected function closeStream(): void |
||
| 34 |