Completed
Push — master ( 9798ae...c55b9c )
by ྅༻ Ǭɀħ
13s
created
src/Logger.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
 
179 179
     /**
180 180
      * @param  string $level
181
-     * @param  mixed  $message
181
+     * @param  string  $message
182 182
      * @param  array  $context
183 183
      * @throws InvalidArgumentException
184 184
      * @return void
@@ -216,6 +216,7 @@  discard block
 block discarded – undo
216 216
 
217 217
 
218 218
     /**
219
+     * @param string $level
219 220
      * @return bool
220 221
      */
221 222
     public function shouldLog($level) {
@@ -328,7 +329,7 @@  discard block
 block discarded – undo
328 329
 
329 330
 
330 331
     /**
331
-     * @return int
332
+     * @return string
332 333
      */
333 334
     public function getLevel()
334 335
     {
Please login to merge, or discard this patch.