Indentation

This commit is contained in:
Tim 2018-08-28 21:22:20 +02:00 committed by GitHub
parent 0e64ff54d1
commit ef28908c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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