From 3d6d3542a32d0af28136db9d3a06614b32298a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Bartus?= Date: Sun, 19 Jan 2020 22:35:59 +0100 Subject: [PATCH] Remove unstable annotation, and sort drivers --- lib/Doctrine/DBAL/DriverManager.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/Doctrine/DBAL/DriverManager.php b/lib/Doctrine/DBAL/DriverManager.php index 6089e3b49f0..fd6bd477c42 100644 --- a/lib/Doctrine/DBAL/DriverManager.php +++ b/lib/Doctrine/DBAL/DriverManager.php @@ -90,17 +90,17 @@ private function __construct() * * Either 'driver' with one of the following values: * + * drizzle_pdo_mysql + * ibm_db2 + * mysqli + * oci8 * pdo_mysql - * pdo_sqlite + * pdo_oci * pdo_pgsql - * pdo_oci (unstable) - * oci8 + * pdo_sqlite * pdo_sqlsrv - * mysqli * sqlanywhere * sqlsrv - * ibm_db2 (unstable) - * drizzle_pdo_mysql * * OR 'driverClass' that contains the full class name (with namespace) of the * driver class to instantiate.