Completed
Branch master (9b3fe3)
by Hong
06:26
created
src/Entry/LogEntry.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
     protected $processors = [];
44 44
 
45 45
     /**
46
-     * @param  string $level
47 46
      * @param  string $message
48 47
      * @param  array $context
49 48
      */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
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
  *  
Please login to merge, or discard this patch.
src/Logger.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,10 +49,10 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.