Skip to content
Snippets Groups Projects

Replace bool comparison with int in uasort()

Open 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
Please register or sign in to reply
Loading