Skip to content
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

[5.4] Laravel collection support array_intersect_key #19682

Closed
VinceG opened this issue Jun 19, 2017 · 2 comments
Closed

[5.4] Laravel collection support array_intersect_key #19682

VinceG opened this issue Jun 19, 2017 · 2 comments

Comments

@VinceG
Copy link
Contributor

VinceG commented Jun 19, 2017

  • Laravel Version: 5.4.23
  • PHP Version: 7.1
  • Database Driver & Version: MySQL 5.7

Description:

This just adds a new method to the Collection object to use 'array_intersect_key' like we do with 'array_intersect'.

I added the exact same method as well as the tests we currently have for 'intersect'.

@Dylan-DPC-zz
Copy link

Proposals should be made in laravel/internals repo

@VinceG
Copy link
Contributor Author

VinceG commented Jun 20, 2017

@Dylan-DPC this was merely a reference issue for the PR #19683 not a request nor an actual bug.

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

No branches or pull requests

3 participants