Skip to content

[5.4] Add "size" method for initializing collections #18609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

calebporzio
Copy link
Contributor

Similar to #18608, this method can be used to initialize a collection of a specific length for further manipulation down the pipeline.

$arrayOfFiveSomethings = Collection::size(5)->map(function () {
  return $something;
})

@CristianLlanos
Copy link

I believe you can achieve this behaviour with the times method 🤔 recently merged #18457

@taylorotwell
Copy link
Member

See above comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants