Commit 6d63021
Swap join() with implode() (#627)
And correct the order of the params. PHP 7.4 changes the order of the
params for the join() function and implode() is the preferred way to
join an array of strings anyway.
Co-authored-by: Niels Lange <info@nielslange.de>
Co-authored-by: Dat Hoang <htdat@users.noreply.github.com>1 parent fbb9cbf commit 6d63021
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1223 | 1223 | | |
1224 | 1224 | | |
1225 | 1225 | | |
1226 | | - | |
| 1226 | + | |
1227 | 1227 | | |
1228 | 1228 | | |
1229 | 1229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
0 commit comments