Homestyx hydra
Diffusion hydra 5dafabd5b4d0

Fix deprecated argument order for "implode()"

Description

Fix deprecated argument order for "implode()"

Summary: Fixes T13428. In modern PHP, "implode()" should take the glue parameter first.

Test Plan:
Used the linter introduced in D20857 to identify affected callsites.

$ git grep -i implode | cut -d: -f1 | sort | uniq | xargs arc lint --output summary --never-apply-patches | grep -i glue

Maniphest Tasks: T13428

Differential Revision: https://secure.phabricator.com/D20858

Details

Provenance
epriestleyAuthored on Oct 17 2019, 12:06 PM
sirocylPushed on Oct 16 2024, 5:49 AM
Parents
R1:7badec23a7d0: Use "git log ... --stdin" instead of "git log ... --not ..." to avoid oversized…
Branches
Unknown
Tags
Unknown

Event Timeline