Completed
Pull Request — master (#1163)
by
unknown
09:19
created
src/Generators/ModuleGenerator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
     /**
238 238
      * Set the module instance.
239 239
      *
240
-     * @param mixed $module
240
+     * @param \Nwidart\Modules\Laravel\LaravelDatabaseRepository $module
241 241
      *
242 242
      * @return $this
243 243
      */
@@ -271,7 +271,7 @@  discard block
 block discarded – undo
271 271
     /**
272 272
      * Set force status.
273 273
      *
274
-     * @param bool|int $force
274
+     * @param boolean $force
275 275
      *
276 276
      * @return $this
277 277
      */
Please login to merge, or discard this patch.
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.