ucfopen / Materia

Engage students with easily embedded apps for online courses. Supercharge your course with compelling experiences and game mechanics.
https://ucfopen.github.io/Materia-Docs/
GNU Affero General Public License v3.0
36 stars 33 forks source link

Updated comparison used in usort function to return an integer value #1434

Closed clpetersonucf closed 1 year ago

clpetersonucf commented 1 year ago

usort will error out in PHP 8.1 when the callback function returns a boolean instead of an integer. Updated the callback function used in the API's score_summary_get method to return an integer value instead.