Skip to content

Commit

Permalink
clean(ZMS-3253): code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fink authored and Thomas Fink committed Feb 17, 2025
1 parent f6a641a commit 6f98308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zmsadmin/src/Zmsadmin/AvailabilityConflicts.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ private static function addToConflictedList(&$conflictedList, $availability1, $a
}
}

/** @SuppressWarnings(PHPMD.UnusedPrivateMethod) */
private static function sortConflictedList($a, $b)
{
$aIsTemp = strpos($a, '__temp__') === 0;
Expand Down

0 comments on commit 6f98308

Please sign in to comment.