salesagility / SuiteCRM

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
4.26k stars 2.03k forks source link

Fix #10438 Depreciation warning on usort on the Dashboard Page #10439

Open aniesshsethh opened 1 month ago

aniesshsethh commented 1 month ago

Description

See the issue 10438

10438

Motivation and Context

Just solves one of the php 8.2 depreciation warnings.

How To Test This

Simply reloading on the home page should be enough for the error to go away.

Types of changes

Simply changed the < operator to the <=> operator as well as exchanged a with b to give earliest to last order.

Final checklist

SuiteBot commented 1 month ago

CLA assistant check
All committers have signed the CLA.

serhiisamko091184 commented 4 weeks ago

Hello @aniesshsethh,

thanks for contributing to the SuiteCRM project!

Regards, Serhii