Problem/Motivation
When running PHPCompatibility against Homebox, you get the following warning:
sites/all/modules/contrib/homebox/homebox.features.inc
---------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------
75 | WARNING | Passing the $glue and $pieces parameters in reverse order to
| | implode has been deprecated since PHP 7.4; $glue should be the
| | first parameter and $pieces the second
---------------------------------------------------------------------------------
Proposed resolution
Fix it.
Remaining tasks
Do it.
Comments
Comment #3
drummThanks!