GibbonEdu / core

Gibbon is a flexible, open source school management platform designed to make life better for teachers, students, parents and leaders.
https://gibbonedu.org
GNU General Public License v3.0
460 stars 299 forks source link

Refactor: Deprecate msort #1752

Closed yookoala closed 10 months ago

yookoala commented 12 months ago

Description

Motivation and Context

How Has This Been Tested?

yookoala commented 12 months ago

Test failed because arrow function used in this is a PHP 7.4 feature, but the composer PHP version config is now at 7.3. phpstan installed does not support PHP 7.4 syntax, hence the strange error message. #1753 will fix this issue.

SKuipers commented 10 months ago

Thanks, can you rerun the checks now that #1753 is merged? It usually gives me the option to, but I'm not seeing it this time.

yookoala commented 10 months ago

@SKuipers: All tests are past now :-)