statement()->fetchAssociative()) { $this->hydrateRowData($data, $result); } return $result; } /** * {@inheritDoc} */ protected function hydrateRowData(array $row, array &$result): void { $result[] = $this->gatherScalarRowData($row); } }