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