Completed
Pull Request — master (#410)
by Anton
22:49
created
src/_functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * @param $array
36 36
      * @param array ...$keys
37
-     * @return mixed|null
37
+     * @return boolean
38 38
      */
39 39
     function array_has(array $array, ...$keys) {
40 40
         return Collection::has($array, ...$keys);
Please login to merge, or discard this patch.