antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.94k stars 198 forks source link

[Latency] Checkers/Ping: implode(): Passing glue string after array is deprecated. Swap the parameters #182

Closed marcello-moenkemeyer closed 4 years ago

marcello-moenkemeyer commented 4 years ago

Latency check (/health/resources/latency) leads to E_DEPRECATED (PHP 7):

implode(): Passing glue string after array is deprecated. Swap the parameters

in Checkers/Ping.php on line 125.

antonioribeiro commented 4 years ago

Should be fixed now.