Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuruuh committed Feb 23, 2024
1 parent 11021dc commit 7280fc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Internal/Hydration/ObjectHydrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,7 @@ protected function hydrateRowData(array $row, array &$result): void
foreach ($rowData['newObjects'] as $objIndex => $newObject) {
$class = $newObject['class'];
$args = $newObject['args'];

$obj = $class->newInstanceArgs($args);
$obj = $class->newInstanceArgs($args);

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

0 comments on commit 7280fc2

Please sign in to comment.