Skip to content

Commit

Permalink
Reflect filtering to strings in return type
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk committed May 12, 2022
1 parent 785c545 commit 581e121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/Arrays.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static function flatten(iterable $items, string $prefix = ''): iterable

/**
* @param mixed[] $items
* @return mixed[]
* @return string[]
*/
public static function tokenize(iterable $items): iterable
{
Expand Down

0 comments on commit 581e121

Please sign in to comment.