2.10.1
Fixes
- allowComparingOnlyComparableTypes: allow safe tuple comparison (lists of equal size & item types) (#182)
- example:
usort($items, fn ($a, $b) => [$a->updatedAt, $a->id] <=> [$b->updatedAt, $b->id])
- example:
usort($items, fn ($a, $b) => [$a->updatedAt, $a->id] <=> [$b->updatedAt, $b->id])