Courtesy of PHPCompatibility report on this plugin (current stable):

./adaptive_image/adaptive_image.image.inc
---------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------
 48 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the
    |       | original value as passed to a parameter, but will instead provide the current value. The
    |       | parameter "$style" was changed on line 42.
---------------------------------------------------------------------------------------------------------

Comments

Webbeh created an issue. See original summary.

Webbeh’s picture

I assume proposed patch would look similar to seen in https://www.drupal.org/project/views/issues/3076826 .

Webbeh’s picture

Title: PHP 7.2 code compatibility report (PHPCompatibility) » PHP 7.2 code compatibility report (PHPCompatibility) - func_get_args
harlor’s picture

This should fix this:

Webbeh’s picture

Status: Active » Needs review

For review per #4.

rasikap’s picture

Status: Needs review » Reviewed & tested by the community

The patch in #4 works for me.