Skip to content

Commit

Permalink
Update PdoStatementObjectType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Nov 7, 2024
1 parent 21a652f commit e18ebfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/PdoReflection/PdoStatementObjectType.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ public function getRowType(): Type
return $genericTypes[0];
}

public function getIterableValueType(): Type
{
return $this->getRowType();
}

/**
* @param QueryReflector::FETCH_TYPE* $fetchType
*/
Expand Down

0 comments on commit e18ebfa

Please sign in to comment.