From 4c7286f57b652ad248d83c3bcbd1661c63701799 Mon Sep 17 00:00:00 2001 From: Full Date: Sat, 11 Mar 2017 20:39:10 +0100 Subject: [PATCH] removed trailing spaces --- lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php b/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php index ae12a8947..062f54b31 100644 --- a/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php +++ b/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php @@ -307,7 +307,7 @@ abstract class AbstractHydrator if (isset($rowData['data'][$dqlAlias][$fieldName])) { break; } - + $rowData['data'][$dqlAlias][$fieldName] = $type ? $type->convertToPHPValue($value, $this->_platform) : $value;