Skip to content

1.8.0

Compare
Choose a tag to compare
@mnapoli mnapoli released this 15 Feb 16:14
· 34 commits to master since this release
46cf3d8

Added:

  • new Enum::from() method as an alternative to the constructor that is more strictly typed, and provides a forward compatible solution with PHP 8.1 enums
  • new Enum::assertValidValue() to assert that a value is correct

Psalm annotations have been improved as well.

Thanks @drealecs, @Ocramius, @michaelpetri, @gharlan, @simPod