mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +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