Bug fixes for PSR-12 update

This commit is contained in:
Clemens Schwaighofer
2021-07-14 16:36:13 +09:00
parent c1240c0614
commit 4779e4ccbe
5 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ $DB_CONFIG = [
'db_type' => 'pgsql',
'db_encoding' => '',
'db_ssl' => 'disable' // allow, disable, require, prefer
]
],
];
// __END__