lescript icon indicating copy to clipboard operation
lescript copied to clipboard

PHP8.4 deprecation handling

Open schultz-it-solutions opened this issue 5 months ago • 0 comments

PHP8.4 issues a new deprecation notice: Deprecated: Analogic\ACME\Lescript::__construct(): Implicitly marking parameter $client as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/_letsencrypt.v02/Lescript.php on line 38

this can be solved following this blogpost: https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated

schultz-it-solutions avatar Sep 17 '25 14:09 schultz-it-solutions