After updating to the latest version there are still two warnings I get about implicit null in the constructor of HibpHttp:
PHP Deprecated: Icawebdesign\Hibp\HibpHttp::__construct(): Implicitly marking parameter $apiKey as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/icawebdesign/hibp-php/src/HibpHttp.php on line 15
PHP Deprecated: Icawebdesign\Hibp\HibpHttp::__construct(): Implicitly marking parameter $client as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/icawebdesign/hibp-php/src/HibpHttp.php on line 15
I've also noticed there is more implicit null in BreachInterface.
I can create and submit a PR if you want.
After updating to the latest version there are still two warnings I get about implicit null in the constructor of HibpHttp:
I've also noticed there is more implicit null in BreachInterface.
I can create and submit a PR if you want.