Skip to content

v3.29.2

Latest
Compare
Choose a tag to compare
@Cawllec Cawllec released this 13 Jan 16:32
437ac55

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

  • Removing E_STRICT from the error list in PHP 8.4+
  • Removing type annotations from parameters defaulting to null. Comment typal annotations
    will continue to be present and accurate

Fixes

  • Ensure PHP 8.4 compatibility
    #672