diff --git a/docs/en/reference/platforms.rst b/docs/en/reference/platforms.rst index 3835fd62f1c..b632a8dd5b3 100644 --- a/docs/en/reference/platforms.rst +++ b/docs/en/reference/platforms.rst @@ -33,15 +33,14 @@ can be found as follows: MySQL ^^^^^ -- ``MySQLPlatform`` for version 5.7 (5.7.9 GA) and above. -- ``MySQL80Platform`` for version 8.0 (8.0 GA) and above. -- ``MySQL84Platform`` for version 8.4 (8.4 GA) and above. +- ``MySQLPlatform`` for version 8.0 and above. +- ``MySQL84Platform`` for version 8.4 and above. MariaDB ^^^^^ -- ``MariaDBPlatform`` for version 10.4 (10.4.3 GA) and above. -- ``MariaDB1052Platform`` for version 10.5 (10.5.2 GA) and above. +- ``MariaDBPlatform`` for version 10.5.2 and above. +- ``MariaDb1060Platform`` for version 10.6 and above. Oracle ^^^^^^ diff --git a/src/Platforms/MariaDB1060Platform.php b/src/Platforms/MariaDB1060Platform.php index 4039fed991e..c4647212cbb 100644 --- a/src/Platforms/MariaDB1060Platform.php +++ b/src/Platforms/MariaDB1060Platform.php @@ -7,7 +7,7 @@ use Doctrine\DBAL\SQL\Builder\SelectSQLBuilder; /** - * Provides the behavior, features and SQL dialect of the MariaDB 10.6 (10.6.0 GA) database platform. + * Provides the behavior, features and SQL dialect of the MariaDB 10.6 database platform. */ class MariaDB1060Platform extends MariaDBPlatform { diff --git a/src/Platforms/MySQL84Platform.php b/src/Platforms/MySQL84Platform.php index 9c860846797..40be1581d51 100644 --- a/src/Platforms/MySQL84Platform.php +++ b/src/Platforms/MySQL84Platform.php @@ -8,7 +8,7 @@ use Doctrine\DBAL\Platforms\Keywords\MySQL84Keywords; /** - * Provides the behavior, features and SQL dialect of the MySQL 8.4 (8.4 GA) database platform. + * Provides the behavior, features and SQL dialect of the MySQL 8.4 database platform. */ class MySQL84Platform extends MySQLPlatform {