You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test and annotate that Arr::pull() works with int keys (#42927)
This pull request corrects the type hint of the argument
`$key` in `Illuminate\Support\Arr::pull()` to allow
int keys. This avoids false-positives from IDEs and
static analysis tools.
In order to ensure it actually works as intended,
I added a test case.
0 commit comments