@@ -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 | */ |
@@ -11,8 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Phoole\Logger\Entry; |
13 | 13 | |
14 | -use Phoole\Logger\Processor\ProcessorInterface; |
|
15 | - |
|
16 | 14 | /** |
17 | 15 | * Log message |
18 | 16 | * |
@@ -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 | { |