PHPCSStandards / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
948 stars 57 forks source link

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

Closed jrfnl closed 7 months ago

jrfnl commented 7 months ago

Description

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

Suggested changelog entry

N/A