Soft deprecation of DatabaseMysql
[lhc/web/wiklou.git] / includes / libs / rdbms / database / Database.php
index b8b44e6..a3b4bca 100644 (file)
@@ -2078,7 +2078,7 @@ abstract class Database implements IDatabase, IMaintainableDatabase, LoggerAware
         * Quotes an identifier using `backticks` or "double quotes" depending on the database type.
         * MySQL uses `backticks` while basically everything else uses double quotes.
         * Since MySQL is the odd one out here the double quotes are our generic
-        * and we implement backticks in DatabaseMysql.
+        * and we implement backticks in DatabaseMysqlBase.
         *
         * @param string $s
         * @return string