mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 11:27:03 +00:00
Upgraded PHP-CS-Fixer / applied optimized rules
This commit is contained in:
@@ -33,7 +33,8 @@ class ApplicationService extends BaseService
|
||||
}
|
||||
|
||||
// Sort changelog items to have the changelog descending by newest version
|
||||
usort($changelogItems, function ($a, $b) {
|
||||
usort($changelogItems, function ($a, $b)
|
||||
{
|
||||
if ($a['release_number'] == $b['release_number'])
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user