-
Eloy Lafuente authored
Passing parameters to implode() in reverse order is deprecated, use implode($glue, $parts) instead of implode($parts, $glue). This commit corresponds to phpunit and manual detections, core files.
Eloy Lafuente authoredPassing parameters to implode() in reverse order is deprecated, use implode($glue, $parts) instead of implode($parts, $glue). This commit corresponds to phpunit and manual detections, core files.
Loading