Skip to content
Snippets Groups Projects
Commit 7917fc67 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Just 'deprecated' suffices

parent 26061e8e
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ class Database
$driverOptions
);
// TODO: deprecated racism: the "database.slave" terminology is preserved here for backwards compatibility.
// TODO: deprecated: the "database.slave" terminology is preserved here for backwards compatibility.
if ($config->getArray('database.slaves', null) !== null) {
Logger::warning(
'The "database.slaves" config option is deprecated. ' .
......@@ -136,7 +136,7 @@ class Database
'database.prefix' => $config->getString('database.prefix', ''),
'database.persistent' => $config->getBoolean('database.persistent', false),
],
// TODO: deprecated racism: the "database.slave" terminology is preserved here for backwards compatibility.
// TODO: deprecated: the "database.slave" terminology is preserved here for backwards compatibility.
'secondaries' => $config->getArray('database.secondaries', $config->getArray('database.slaves', [])),
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment