Skip to content

Replace bool comparison with int in uasort()

David Radcliffe requested to merge issue/backup_migrate-3200694:5.0.x into 5.0.x

In PHP 8.0, the comparison function used by uasort() should return an integer (-1, 0, or 1) instead of a boolean.

Merge request reports