From aa594405c4aa79f4237ebbb03a16901fcc12e114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=CC=87smail=20BASKIN?= Date: Fri, 26 Feb 2016 13:09:46 +0200 Subject: [PATCH] fix dbal version --- lib/Doctrine/DBAL/Platforms/MySQL578Platform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/DBAL/Platforms/MySQL578Platform.php b/lib/Doctrine/DBAL/Platforms/MySQL578Platform.php index 0a1f9b41540..ecaf7fc81cf 100644 --- a/lib/Doctrine/DBAL/Platforms/MySQL578Platform.php +++ b/lib/Doctrine/DBAL/Platforms/MySQL578Platform.php @@ -25,7 +25,7 @@ * * @author İsmail BASKIN * @link www.doctrine-project.org - * @since 2.5 + * @since 2.6 */ class MySQL578Platform extends MySQL57Platform {