<?phpnamespaceDoctrine\DBAL\Platforms;/** * Provides the behavior, features and SQL dialect of the MySQL 8.0 (8.0 GA) database platform. */classMySQL80PlatformextendsMySQL57Platform{/** * {@inheritdoc} */protectedfunctiongetReservedKeywordsClass(){returnKeywords\MySQL80Keywords::class;}}