#5975 short array syntax
This commit is contained in:
parent
6ab27993fc
commit
c4a2a348f4
@ -333,7 +333,7 @@ class ObjectHydrator extends AbstractHydrator
|
|||||||
$rowData = $this->gatherRowData($row, $id, $nonemptyComponents);
|
$rowData = $this->gatherRowData($row, $id, $nonemptyComponents);
|
||||||
|
|
||||||
// reset result pointers for each data row
|
// reset result pointers for each data row
|
||||||
$this->resultPointers = array();
|
$this->resultPointers = [];
|
||||||
|
|
||||||
// Hydrate the data chunks
|
// Hydrate the data chunks
|
||||||
foreach ($rowData['data'] as $dqlAlias => $data) {
|
foreach ($rowData['data'] as $dqlAlias => $data) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user