Skip to content

Commit

Permalink
Undeprecate fromArray()
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai authored Oct 6, 2019
1 parent 3bc221b commit feb9f8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function take(iterable $input = null): Standard
return new Standard($input);
}

/** @deprecated */
function fromArray(array $input): Standard
{
return new Standard($input);
Expand Down

0 comments on commit feb9f8b

Please sign in to comment.