diff options
Diffstat (limited to 'cli/do-install.php')
| -rwxr-xr-x | cli/do-install.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/do-install.php b/cli/do-install.php index 483a443d9..8591f2299 100755 --- a/cli/do-install.php +++ b/cli/do-install.php @@ -92,10 +92,10 @@ $dbValues = [ 'prefix' => $cliOptions->dbPrefix ?? null, ]; -$config = array( - 'salt' => generateSalt(), - 'db' => FreshRSS_Context::systemConf()->db, - ); +$config = [ + 'salt' => generateSalt(), + 'db' => FreshRSS_Context::systemConf()->db, +]; $customConfigPath = DATA_PATH . '/config.custom.php'; if (file_exists($customConfigPath)) { |
