getQuotedName($this)]; } /** @deprecated */ protected function createReservedKeywordsList(): KeywordList { Deprecation::triggerIfCalledFromOutside( 'doctrine/dbal', 'https://github.com/doctrine/dbal/pull/6607', '%s is deprecated.', __METHOD__, ); return new MySQLKeywords(); } }