#59389 closed enhancement (fixed)
Coding Standards: Use `implode` instead of `join` in tests/phpunit/tests/media.php and tests/phpunit/tests/media/getPostGalleries.php
| Reported by: | david.binda | Owned by: | costdev |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.4 |
| Component: | General | Version: | 5.9 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | coding-standards |
Description
r49193 replaced multiple instances of aliased functions by the canonical ones. Since then, some new instances of join instead of implode were introduced.
Attachments (1)
Change History (5)
#2
@
3 years ago
- Owner set to
- Status new → assigned
Thanks for the ticket @david.binda and for the ping @mukesh27!
59389.diff looks good!
Self-assigning for commit.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks @davidbinda for ticket and patch.
Patch tested on local and working fine. mark as
commitconsideration.@costdev could you please take a look.