Bug fixes for PSR-12 update
This commit is contained in:
@@ -22,7 +22,7 @@ $DB_CONFIG = [
|
||||
'db_type' => 'pgsql',
|
||||
'db_encoding' => '',
|
||||
'db_ssl' => 'disable' // allow, disable, require, prefer
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
// __END__
|
||||
|
||||
@@ -17,7 +17,7 @@ declare(strict_types=1);
|
||||
$paths = [
|
||||
'/bin',
|
||||
'/usr/bin',
|
||||
'/usr/local/bin'
|
||||
'/usr/local/bin',
|
||||
];
|
||||
// find convert
|
||||
foreach ($paths as $path) {
|
||||
|
||||
@@ -18,7 +18,7 @@ declare(strict_types=1);
|
||||
'csv_path' => '',
|
||||
'perl_bin' => '',
|
||||
'other_url' => '',
|
||||
]
|
||||
],
|
||||
];*/
|
||||
|
||||
// __END__
|
||||
|
||||
Reference in New Issue
Block a user