Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.4 compatibility #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

PHP 8.4 compatibility #23

wants to merge 1 commit into from

Conversation

lexhouk
Copy link

@lexhouk lexhouk commented Dec 28, 2024

When I use functions from and renderImage I encounter the following errors:

  1. Deprecated: Elphin\IcoFileLoader\IcoFileService::__construct(): Implicitly marking parameter $renderer as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/lordelph/icofileloader/src/IcoFileService.php on line 30

  2. Deprecated: Elphin\IcoFileLoader\IcoFileService::__construct(): Implicitly marking parameter $parser as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/lordelph/icofileloader/src/IcoFileService.php on line 30

  3. Deprecated: Elphin\IcoFileLoader\IcoFileService::extractIcon(): Implicitly marking parameter $opts as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/lordelph/icofileloader/src/IcoFileService.php on line 59

  4. Deprecated: Elphin\IcoFileLoader\IcoFileService::renderImage(): Implicitly marking parameter $opts as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/lordelph/icofileloader/src/IcoFileService.php on line 88

  5. Deprecated: Elphin\IcoFileLoader\GdRenderer::render(): Implicitly marking parameter $opts as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/lordelph/icofileloader/src/GdRenderer.php on line 12

  6. Deprecated: Elphin\IcoFileLoader\RendererInterface::render(): Implicitly marking parameter $opts as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/lordelph/icofileloader/src/RendererInterface.php on line 18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant