1
0
mirror of synced 2025-02-02 13:31:45 +03:00

#5975 short array syntax

This commit is contained in:
Marco Pivetta 2016-09-07 23:17:40 +02:00
parent 6ab27993fc
commit c4a2a348f4

View File

@ -333,7 +333,7 @@ class ObjectHydrator extends AbstractHydrator
$rowData = $this->gatherRowData($row, $id, $nonemptyComponents);
// reset result pointers for each data row
$this->resultPointers = array();
$this->resultPointers = [];
// Hydrate the data chunks
foreach ($rowData['data'] as $dqlAlias => $data) {