Completed
Pull Request — 2.0 (#103)
by
unknown
14:40 queued 12:24
created
Console/Installers/Scripts/ConfigureDatabase.php 1 patch
Doc Comments   +7 added lines, -5 removed lines patch added patch discarded remove patch
@@ -89,6 +89,7 @@  discard block
 block discarded – undo
89 89
     }
90 90
     
91 91
     /**
92
+     * @param string $driver
92 93
      * @return string
93 94
      */
94 95
     protected function askDatabasePort($driver)
@@ -140,11 +141,12 @@  discard block
 block discarded – undo
140 141
     }
141 142
 
142 143
     /**
143
-     * @param $driver
144
-     * @param $name
145
-     * @param $port
146
-     * @param $user
147
-     * @param $password
144
+     * @param string $driver
145
+     * @param string $name
146
+     * @param string $port
147
+     * @param string $user
148
+     * @param string $password
149
+     * @param string $host
148 150
      */
149 151
     protected function setLaravelConfiguration($driver, $host, $port, $name, $user, $password)
150 152
     {
Please login to merge, or discard this patch.