php-epp-client
php-epp-client copied to clipboard
Refactor implicitly nullable parameter types
trafficstars
Implicitly nullable parameter types are going to be deprecated in PHP 8.4 (https://wiki.php.net/rfc/deprecate-implicitly-nullable-types).
This PR makes them nullable explicitly.
Since nullable types were added in PHP 7.1 this PR drops support for PHP 7.0.