Skip to content

Commit

Permalink
Update Product operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 6, 2020
1 parent 84c629c commit 5247ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operation/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static function (iterable $collection, array $iterables, callable $cartesian): G
$its[] = new IterableIterator($iterable);
}

yield from $cartesian($its);
return yield from $cartesian($its);
};
}

Expand Down

0 comments on commit 5247ce5

Please sign in to comment.