@@ -43,7 +43,6 @@ |
||
43 | 43 | protected $processors = []; |
44 | 44 | |
45 | 45 | /** |
46 | - * @param string $level |
|
47 | 46 | * @param string $message |
48 | 47 | * @param array $context |
49 | 48 | */ |
@@ -49,10 +49,10 @@ |
||
49 | 49 | } |
50 | 50 | |
51 | 51 | /** |
52 | - * @param LogEntryInterface|string $message |
|
52 | + * @param string $message |
|
53 | 53 | * @param string $level |
54 | 54 | * @param array $context |
55 | - * @return LogEntryInterface |
|
55 | + * @return Entry\LogEntryInterface |
|
56 | 56 | */ |
57 | 57 | protected function initEntry($message, string $level, array $context): LogEntryInterface |
58 | 58 | { |