Skip to content

Commit

Permalink
Update Combination operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 7, 2020
1 parent 98b2495 commit 64a64a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Operation/Combinate.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function __invoke(): Closure
$dataset = (new All())($collection);

if (0 < $length) {
// TODO: Investigate why it's calling issues with PHPStan.
return yield from $getCombinations($dataset, $length);
}

Expand Down

0 comments on commit 64a64a4

Please sign in to comment.