Skip to content

CS: use implode() not join() #438

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

Merged
merged 1 commit into from
Apr 8, 2024
Merged

CS: use implode() not join() #438

merged 1 commit into from
Apr 8, 2024

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Apr 8, 2024

Description

The join() function in PHP is an alias of implode(), so let's use the proper function name.

Suggested changelog entry

N/A

The `join()` function in PHP is an alias of `implode()`, so let's use the proper function name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant