Completed
Push — master ( 0d4b6e...5bcf65 )
by Xeriab
02:57
created
src/Utils.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
      *
37 37
      * @param string $file The path to the file
38 38
      *
39
-     * @return             mixed The results of the include
39
+     * @return             string The results of the include
40 40
      * @since              0.2.4
41 41
      * @codeCoverageIgnore
42 42
      */
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
      * will return the result of the closure, if not, it will simply return the
65 65
      * value.
66 66
      *
67
-     * @param mixed $var The value to get
67
+     * @param string|null $var The value to get
68 68
      *
69 69
      * @return             mixed
70 70
      * @since              0.1.0
Please login to merge, or discard this patch.