Skip to content

Commit

Permalink
Update Chunk operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 6, 2020
1 parent 795aa06 commit 84c629c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operation/Chunk.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static function (iterable $collection, array $sizes): Generator {
$values = [$value];
}

yield $values;
return yield $values;
};
}
}

0 comments on commit 84c629c

Please sign in to comment.