Completed
Pull Request — master (#411)
by Anton
06:32
created
src/_functions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     /**
36 36
      * @param $array
37 37
      * @param array ...$keys
38
-     * @return mixed|null
38
+     * @return boolean
39 39
      */
40 40
     function array_has(array $array, ...$keys)
41 41
     {
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     /**
118 118
      * Return the value for callable
119 119
      *
120
-     * @param  mixed  $value
120
+     * @param  callable  $value
121 121
      * @return mixed
122 122
      */
123 123
     function value($value)
Please login to merge, or discard this patch.