Page MenuHomePhabricator

Fix deprecated argument order for "implode()"
ClosedPublic

Authored by epriestley on Oct 17 2019, 4:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 3:55 PM
Unknown Object (File)
Oct 2 2024, 12:04 AM
Unknown Object (File)
Sep 29 2024, 11:27 AM
Unknown Object (File)
Sep 6 2024, 7:07 PM
Unknown Object (File)
Sep 6 2024, 6:53 AM
Unknown Object (File)
Sep 6 2024, 5:26 AM
Unknown Object (File)
Sep 1 2024, 6:51 PM
Unknown Object (File)
Aug 28 2024, 1:45 AM
Subscribers
None

Details

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

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Oct 17 2019, 4:11 PM
This revision was automatically updated to reflect the committed changes.