Completed
Push — develop ( 7779bb...64bf16 )
by Nate
03:49
created
src/controllers/LogViewerTrait.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-     * @param array $matches
37
+     * @param string[] $matches
38 38
      * @param array $log
39 39
      * @return array
40 40
      */
@@ -96,6 +96,7 @@  discard block
 block discarded – undo
96 96
 
97 97
     /**
98 98
      * @param string
99
+     * @param string|boolean $file
99 100
      */
100 101
     protected function parseFile($file)
101 102
     {
Please login to merge, or discard this patch.