mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 17:57:09 +00:00
Code reordering and reformatting. I should really start employing style CI.
This commit is contained in:
@@ -107,6 +107,7 @@ class Installer
|
||||
}
|
||||
throw new FireflyException(sprintf('Could not access the database: %s', $message), 0, $e);
|
||||
}
|
||||
|
||||
//Log::debug('Everything seems OK with the tables.');
|
||||
|
||||
return false;
|
||||
@@ -157,6 +158,7 @@ class Installer
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
//Log::info(sprintf('Configured DB version (%d) equals expected DB version (%d)', $dbVersion, $configVersion));
|
||||
|
||||
return false;
|
||||
@@ -183,6 +185,7 @@ class Installer
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
//Log::info(sprintf('Installed Firefly III version (%s) equals expected Firefly III version (%s)', $dbVersion, $configVersion));
|
||||
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user