php-advanced-json-rpc
php-advanced-json-rpc copied to clipboard
fix: Implicitly nullable parameter types are deprecated in PHP 8.4
Implicitly nullable parameter types are deprecated in PHP 8.4
- https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
?Type syntax was added in PHP 7.1, so there are no backward compatibility issues.
- https://wiki.php.net/rfc/nullable_types
This library is a Psalm dependency, and with Psalm's 6.0 release, these deprecation warnings cause the Psalm language server to crash: https://github.com/vimeo/psalm/issues/11211
Could this please be merged and released?
Maybe good to know this repo seems unsupported. The sole maintainer doesn’t seem to be active anymore. Also see https://github.com/felixfbecker/php-advanced-json-rpc/pull/59#issuecomment-1581253698