mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Yoda style if statement.
This commit is contained in:
@@ -28,7 +28,7 @@ $username = '';
|
||||
$password = '';
|
||||
$database = '';
|
||||
|
||||
if (!($databaseUrl === false)) {
|
||||
if (!(false === $databaseUrl)) {
|
||||
$options = parse_url($databaseUrl);
|
||||
$host = $options['host'];
|
||||
$username = $options['user'];
|
||||
|
Reference in New Issue
Block a user