Skip to content

Commit 7280fc2

Browse files
committed
remove whitespace
1 parent 11021dc commit 7280fc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Internal/Hydration/ObjectHydrator.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,7 @@ protected function hydrateRowData(array $row, array &$result): void
554554
foreach ($rowData['newObjects'] as $objIndex => $newObject) {
555555
$class = $newObject['class'];
556556
$args = $newObject['args'];
557-
558-
$obj = $class->newInstanceArgs($args);
557+
$obj = $class->newInstanceArgs($args);
559558

560559
if ($scalarCount === 0 && count($rowData['newObjects']) === 1) {
561560
$result[$resultKey] = $obj;

0 commit comments

Comments
 (0)