#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: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.4 | Priority: | normal |
| Severity: | normal | Version: | 5.9 |
| Component: | General | Keywords: | has-patch commit |
| Focuses: | coding-standards | Cc: |
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
@
2 years ago
- Owner set to costdev
- Status changed from new to assigned
Version 0, edited 2 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
Thanks @davidbinda for ticket and patch.
Patch tested on local and working fine. mark as
commitconsideration.@costdev could you please take a look.