From 7917fc674afb0d829c0ffbd0a1170df935178b7e Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Wed, 1 Jul 2020 14:59:18 +0000 Subject: [PATCH] Just 'deprecated' suffices --- lib/SimpleSAML/Database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/SimpleSAML/Database.php b/lib/SimpleSAML/Database.php index f2dc63e34..1823e80bd 100644 --- a/lib/SimpleSAML/Database.php +++ b/lib/SimpleSAML/Database.php @@ -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', [])), ]; -- GitLab