@@ -148,7 +148,7 @@ |
||
| 148 | 148 | /** |
| 149 | 149 | * Gets the default formatter. |
| 150 | 150 | * |
| 151 | - * @return FormatterInterface |
|
| 151 | + * @return UnderstandFormatter |
|
| 152 | 152 | */ |
| 153 | 153 | protected function getDefaultFormatter() |
| 154 | 154 | { |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | use UnderstandMonolog\Exception\HandlerException; |
| 4 | 4 | use UnderstandMonolog\Formatter\UnderstandFormatter; |
| 5 | - |
|
| 6 | 5 | use Monolog\Handler\AbstractProcessingHandler; |
| 7 | 6 | use Monolog\Logger; |
| 8 | 7 | |