Completed
Pull Request — master (#1163)
by
unknown
03:17
created
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.