Completed
Push — master ( 8d39d6...58e1d9 )
by Xeriab
02:50
created
src/Utils.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
      * Get the content of given file and returns the results.
47 47
      *
48 48
      * @param string $file The path to the file
49
-     * @return mixed The results of the include
49
+     * @return string The results of the include
50 50
      * @codeCoverageIgnore
51 51
      * @since 0.2.4
52 52
      */
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      * will return the result of the closure, if not, it will simply return the
74 74
      * value.
75 75
      *
76
-     * @param mixed $var The value to get
76
+     * @param string|null $var The value to get
77 77
      * @return mixed
78 78
      * @since 0.1.0
79 79
      * @codeCoverageIgnore
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
     }
215 215
 
216 216
     /**
217
-     * @param $callback
217
+     * @param string $callback
218 218
      * @param array $args
219 219
      * @return void
220 220
      * @since 0.2.4
Please login to merge, or discard this patch.