Problem/Motivation

Automated tests in PHP 8.0 generate the error "Returning bool from comparison function is deprecated".

Proposed resolution

Use the spaceship operator instead of greater-than in a callback function used by uasort() in WebformElementController.

Issue fork webform-3254801

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Liam Morland created an issue. See original summary.

Liam Morland’s picture

Assigned: Liam Morland » Unassigned
Status: Active » Needs review

Tests now pass on PHP 8.0.

jrockowitz made their first commit to this issue’s fork.

jrockowitz’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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