Completed
Push — master ( 3197d6...49bd80 )
by Ryan
05:46
created
src/Support/_helpers.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,8 +59,8 @@
 block discarded – undo
59 59
      * Get an item from an array or object using "dot" notation.
60 60
      *
61 61
      * @param  mixed        $target
62
-     * @param  string|array $key
63
-     * @param  mixed        $default
62
+     * @param  string $key
63
+     * @param  string        $default
64 64
      * @return mixed
65 65
      */
66 66
     function data($target, $key, $default = null)
Please login to merge, or discard this patch.