Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@ramsey ramsey released this 02 Mar 05:17
2.0.0
1d02a67

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 and getTotalSize() methods are now typed as float | int | string instead of mixed
  • The getStart(), getEnd(), and getLength() methods on UnitRangeInterface now return float | int | string instead of mixed

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.