Skip to content

Commit

Permalink
fix trailling comma
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-hdl committed May 31, 2020
1 parent 067f878 commit 5b81d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PipeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function testTake()
{
$list = [1, 2, 3, 4, 5];
$pipe = pipe(
take(2),
take(2)
);
$this->assertSame([1, 2], $pipe($list));
}
Expand Down

0 comments on commit 5b81d78

Please sign in to comment.