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.

User interface changes

API changes

Data model changes

Release notes snippet

Comments

dww created an issue. See original summary.

  • drumm committed b4f93df on 7.x-3.x
    Issue #3143108 by dww: Fix PHP 7.4 compatibility warning in...
drumm’s picture

Assigned: Unassigned » drumm
Status: Active » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.