removed trailing spaces
This commit is contained in:
parent
0072054020
commit
4c7286f57b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue