Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/traversable-with-empty-columns-b…
Browse files Browse the repository at this point in the history
…atchInsert' into traversable-with-empty-columns-batchInsert
  • Loading branch information
Tigrov committed Apr 27, 2024
2 parents 0d00d9d + 8499d30 commit 82e4f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryBuilder/AbstractDMLQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function upsert(
*
* @psalm-return Iterator|array<iterable<array-key, mixed>>
*/
protected function prepareTraversable(Traversable $rows): Iterator|array
final protected function prepareTraversable(Traversable $rows): Iterator|array
{
while ($rows instanceof IteratorAggregate) {
$rows = $rows->getIterator();
Expand Down

0 comments on commit 82e4f34

Please sign in to comment.