mirror of
https://github.com/dg/dibi.git
synced 2025-08-23 22:25:27 +02:00
coding style: TRUE/FALSE/NULL -> true/false/null
This commit is contained in:
@@ -18,7 +18,7 @@ date_default_timezone_set('Europe/Prague');
|
||||
try {
|
||||
$config = Tester\Environment::loadData();
|
||||
} catch (Exception $e) {
|
||||
$config = parse_ini_file(__DIR__ . '/../databases.ini', TRUE);
|
||||
$config = parse_ini_file(__DIR__ . '/../databases.ini', true);
|
||||
$config = reset($config);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user