diff --git a/src/Driver/AbstractMySQLDriver.php b/src/Driver/AbstractMySQLDriver.php index f4cd949b562..5f6ffd6f5f9 100644 --- a/src/Driver/AbstractMySQLDriver.php +++ b/src/Driver/AbstractMySQLDriver.php @@ -87,7 +87,7 @@ public function createDatabasePlatformForVersion($version) Deprecation::trigger( 'doctrine/dbal', - 'https://github.com/doctrine/dbal/pull/5060', + 'https://github.com/doctrine/dbal/pull/5072', 'MySQL 5.6 support is deprecated and will be removed in DBAL 4.' . ' Consider upgrading to MySQL 5.7 or later.', );