mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 18:30:55 -06:00
Yoda style if statement.
This commit is contained in:
parent
c1c4c96918
commit
e164e22e13
@ -28,7 +28,7 @@ $username = '';
|
||||
$password = '';
|
||||
$database = '';
|
||||
|
||||
if (!($databaseUrl === false)) {
|
||||
if (!(false === $databaseUrl)) {
|
||||
$options = parse_url($databaseUrl);
|
||||
$host = $options['host'];
|
||||
$username = $options['user'];
|
||||
|
Loading…
Reference in New Issue
Block a user