php-epp-client icon indicating copy to clipboard operation
php-epp-client copied to clipboard

Refactor implicitly nullable parameter types

Open W0rma opened this issue 1 year ago • 0 comments
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.

W0rma avatar May 17 '24 05:05 W0rma