Skip to content

refactor: remove deprecated array_first/array_last helpers - #25

Merged
agissept merged 2 commits into
masterfrom
remove-array-first-last
Jul 31, 2026
Merged

refactor: remove deprecated array_first/array_last helpers#25
agissept merged 2 commits into
masterfrom
remove-array-first-last

Conversation

@agissept

Copy link
Copy Markdown
Member

What

Removes the deprecated array_first() and array_last() global helpers (and their tests).

Why

They were deprecated in favor of \Illuminate\Support\Arr::first() / Arr::last() in 665f03c. This removes the now-unused shims. No callers remain in the codebase.

🤖 Generated with Claude Code

agissept and others added 2 commits July 31, 2026 14:43
Use \Illuminate\Support\Arr::first()/Arr::last() instead.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@agissept
agissept merged commit c8cb2ec into master Jul 31, 2026
2 checks passed
@agissept
agissept deleted the remove-array-first-last branch July 31, 2026 07:47
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.

1 participant