Skip to content

v2.28.1

Choose a tag to compare

@Cawllec Cawllec released this 13 Jan 16:36
· 27 commits to master since this release
9c34a06

This release should ensure compatibility with PHP 8.4 by removing the usage of certain
deprecated features by:

  • Removing type annotations from parameters defaulting to null. Comment type annotations will continue to be present and accurate

Fixes

  • Ensure PHP 8.4 compatibility
    #547