Completed
Push — develop ( 204cbc...09ab55 )
by Nicolas
02:41
created
Console/Installers/Scripts/ConfigureDatabase.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -120,9 +120,10 @@
 block discarded – undo
120 120
     }
121 121
 
122 122
     /**
123
-     * @param $name
124
-     * @param $user
125
-     * @param $password
123
+     * @param string $name
124
+     * @param string $user
125
+     * @param string $password
126
+     * @param string $host
126 127
      */
127 128
     protected function setLaravelConfiguration($name, $user, $password, $host)
128 129
     {
Please login to merge, or discard this patch.