Completed
Push — master ( c3decf...b8fb31 )
by yuuki
01:17
created
src/FluentHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      * FluentHandler constructor.
38 38
      *
39 39
      * @param LoggerInterface $logger
40
-     * @param bool|int        $level
40
+     * @param integer        $level
41 41
      * @param bool|true       $bubble
42 42
      */
43 43
     public function __construct(LoggerInterface $logger, $tagFormat = null, $level = Logger::DEBUG, $bubble = true)
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
 
73 73
     /**
74 74
      * @param array $record
75
-     * @param array $format
75
+     * @param string $format
76 76
      */
77 77
     protected function processFormat($record, $format)
78 78
     {
Please login to merge, or discard this patch.