Indentation

pull/682/head
Tim 2018-08-28 21:22:20 +02:00 committed by GitHub
parent 7d1187dd9f
commit b68f0f5af1
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class Database {
* @param string $user * @param string $user
* @param string $pass * @param string $pass
* @param string $db * @param string $db
* @param string|integer $port * @param string|integer $port
*/ */
function __construct($host = null, $user = null, $pass = null, $db = null, $port = '') { function __construct($host = null, $user = null, $pass = null, $db = null, $port = '') {
if ($host != null && $user != null && $pass !== null && $db != null) { if ($host != null && $user != null && $pass !== null && $db != null) {