Completed
Push — master ( 9b3fe3...b82616 )
by Hong
06:10 queued 03:55
created
src/Entry/LogEntry.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,6 @@
 block discarded – undo
39 39
     protected $context;
40 40
 
41 41
     /**
42
-     * @param  string $level
43 42
      * @param  string $message
44 43
      * @param  array $context
45 44
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Logger.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.