@@ -39,7 +39,6 @@ |
||
| 39 | 39 | protected $context; |
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | - * @param string $level |
|
| 43 | 42 | * @param string $message |
| 44 | 43 | * @param array $context |
| 45 | 44 | */ |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | namespace Phoole\Logger\Entry; |
| 13 | 13 | |
| 14 | 14 | use Psr\Log\InvalidArgumentException; |
| 15 | -use Phoole\Logger\Processor\ProcessorInterface; |
|
| 16 | 15 | |
| 17 | 16 | /** |
| 18 | 17 | * Log message |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | - * @param LogEntryInterface|string $message |
|
| 54 | + * @param string $message |
|
| 55 | 55 | * @param string $level |
| 56 | 56 | * @param array $context |
| 57 | 57 | * @return LogEntryInterface |