Added
- Nothing.
Changed
- Update the minimum PHP version to 8.2
- Add type declarations to all properties, method parameters, and method returns
- The
$totalSize
parameters andgetTotalSize()
methods are now typed asfloat | int | string
instead ofmixed
- The
getStart()
,getEnd()
, andgetLength()
methods onUnitRangeInterface
now returnfloat | int | string
instead ofmixed
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.