mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-01 03:29:33 +00:00
Fix a bunch of phpstan issues.
This commit is contained in:
@@ -55,7 +55,6 @@ class CreateDatabase extends Command
|
||||
}
|
||||
// try to set up a raw connection:
|
||||
$exists = false;
|
||||
$checked = false; // checked for existence of DB?
|
||||
$dsn = sprintf('mysql:host=%s;port=%d;charset=utf8mb4', env('DB_HOST', 'localhost'), env('DB_PORT', '3306'));
|
||||
|
||||
if ('' !== env('DB_SOCKET', '')) {
|
||||
|
||||
Reference in New Issue
Block a user