Completed
Pull Request — master (#1163)
by
unknown
01:52
created
src/Laravel/LaravelDatabaseRepository.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
      * Determine whether the given module exist.
56 56
      *
57
-     * @param $name
57
+     * @param string $name
58 58
      *
59 59
      * @return bool
60 60
      */
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
     /**
96 96
      * Get module path for a specific module.
97 97
      *
98
-     * @param $name
98
+     * @param string $name
99 99
      *
100 100
      * @return string
101 101
      */
Please login to merge, or discard this patch.
src/Laravel/DatabaseModule.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
      * Get a specific data from json file by given the key.
91 91
      *
92 92
      * @param string $key
93
-     * @param null   $default
93
+     * @param string   $default
94 94
      *
95 95
      * @return mixed
96 96
      */
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-     * @return mixed|null
191
+     * @return string
192 192
      */
193 193
     public function getVersion()
194 194
     {
Please login to merge, or discard this patch.