Completed
Pull Request — master (#5)
by Dan Michael O.
01:21
created
src/Model.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      *
55 55
      * @param  string  $key
56 56
      * @param  mixed   $default
57
-     * @return mixed
57
+     * @return string
58 58
      */
59 59
     public function get($key, $default = null)
60 60
     {
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
      * Check if an item or items exist in an array using "dot" notation.
73 73
      *
74 74
      * @param  string  $key
75
-     * @return mixed
75
+     * @return boolean
76 76
      */
77 77
     public function has($key)
78 78
     {
Please login to merge, or discard this patch.