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__

View File

@@ -17,7 +17,7 @@ declare(strict_types=1);
$paths = [
'/bin',
'/usr/bin',
'/usr/local/bin'
'/usr/local/bin',
];
// find convert
foreach ($paths as $path) {

View File

@@ -18,7 +18,7 @@ declare(strict_types=1);
'csv_path' => '',
'perl_bin' => '',
'other_url' => '',
]
],
];*/
// __END__