Skip to content

Commit

Permalink
CRM-20768 - install - Improve docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Jun 24, 2017
1 parent 8f5e8b7 commit d0f22ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,10 @@ public function checkdatabase($databaseConfig, $dbName) {
* This is exactly the same as mysqli_connect(), except that it accepts
* the port as part of the `$host`.
*
* @param $host
* @param $username
* @param $password
* @param string $host
* Ex: 'localhost', 'localhost:3307', '127.0.0.1:3307', '[::1]', '[::1]:3307'.
* @param string $username
* @param string $password
* @param string $database
* @return \mysqli
*/
Expand Down

0 comments on commit d0f22ee

Please sign in to comment.