1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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])) { if (isset($rowData['data'][$dqlAlias][$fieldName])) {
break; break;
} }
$rowData['data'][$dqlAlias][$fieldName] = $type $rowData['data'][$dqlAlias][$fieldName] = $type
? $type->convertToPHPValue($value, $this->_platform) ? $type->convertToPHPValue($value, $this->_platform)
: $value; : $value;