#5975 short array syntax
This commit is contained in:
parent
74ec055d57
commit
140960ebb1
@ -330,7 +330,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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user