themosis / framework

The Themosis framework core.
https://framework.themosis.com/
GNU General Public License v2.0
670 stars 121 forks source link

Returning bool from comparison function is deprecated #864

Closed MaxRenglet closed 1 year ago

MaxRenglet commented 2 years ago

Hi Julien,

Just a small tweak on the comparison function to work with php 8+.

Tested on PHP 8.0.10.

uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero

jlambe commented 1 year ago

@MaxRenglet Fixed on release 3.0. Thanks.