Skip to content

Commit

Permalink
Merge pull request #65 from joanmasoletgo/patch-1
Browse files Browse the repository at this point in the history
Incorrect return type
  • Loading branch information
eloipoch authored May 10, 2018
2 parents 6e4b7da + c36edff commit 09cb75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partition.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @param int $size
* @param array|Generator $coll
*
* @return callable
* @return array
*/
function partition($size, $coll)
{
Expand Down

0 comments on commit 09cb75c

Please sign in to comment.