flydev-fr / Duplicator

🧬 Duplicator for ProcessWire. Duplicate, backup and transfer an entire site from one location to another
28 stars 7 forks source link

Fixed deprecated message for usort #10

Closed jnessier closed 2 years ago

jnessier commented 2 years ago

Fixed the following message under PHP 8.0: "Deprecated: usort() [function.usort.php]: Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero"

Solution works on later versions than PHP 7 (without spaceship operator): https://stackoverflow.com/a/65382998