Completed
Pull Request — develop (#23)
by Daniel
02:43
created
src/Arr/Arr.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      * If key dont exist, you get a default value back.
87 87
      *
88 88
      * @param array           $array
89
-     * @param string|int|null $key
89
+     * @param callable|null $key
90 90
      * @param mixed           $default
91 91
      *
92 92
      * @return mixed
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
      * Remove one or many array items from a given array using "dot" notation.
247 247
      *
248 248
      * @param array        $array
249
-     * @param array|string $keys
249
+     * @param string $keys
250 250
      */
251 251
     public static function forget(array &$array, $keys)
252 252
     {
Please login to merge, or discard this patch.