Completed
Branch master (9b3fe3)
by Hong
06:26
created
src/Entry/LogEntry.php 1 patch
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.
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.