metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
214 stars 159 forks source link

Refactor implicitly nullable parameter types #386

Open W0rma opened 4 months ago

W0rma commented 4 months ago

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.