1
0
mirror of synced 2025-02-09 00:39:25 +03:00

removed trailing spaces

This commit is contained in:
Full 2017-03-11 20:39:10 +01:00 committed by Marco Pivetta
parent 0072054020
commit 4c7286f57b
No known key found for this signature in database
GPG Key ID: 4167D3337FD9D629

View File

@ -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;