Completed
Pull Request — master (#1163)
by
unknown
03:17
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   +3 added lines, -5 removed lines patch added patch discarded remove patch
@@ -19,9 +19,7 @@  discard block
 block discarded – undo
19 19
     /**
20 20
      * Creates a new Module instance.
21 21
      *
22
-     * @param Container $app
23
-     * @param string    $args
24
-     * @param string    $path
22
+     * @param string[]    $args
25 23
      *
26 24
      * @return DatabaseModule
27 25
      */
@@ -62,7 +60,7 @@  discard block
 block discarded – undo
62 60
     /**
63 61
      * Determine whether the given module exist.
64 62
      *
65
-     * @param $name
63
+     * @param string $name
66 64
      *
67 65
      * @return bool
68 66
      */
@@ -103,7 +101,7 @@  discard block
 block discarded – undo
103 101
     /**
104 102
      * Get module path for a specific module.
105 103
      *
106
-     * @param $name
104
+     * @param string $name
107 105
      *
108 106
      * @return string
109 107
      */
Please login to merge, or discard this patch.