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.2 warning #6

Open
hgassen opened this issue Sep 11, 2024 · 0 comments
Open

PHP 8.2 warning #6

hgassen opened this issue Sep 11, 2024 · 0 comments

Comments

@hgassen
Copy link

hgassen commented Sep 11, 2024

The following error:

Deprecated: Implicit conversion from float 426.6666666666667 to int loses precision in [.../mysite.local/site/modules/MarkupSrcSet/MarkupSrcSet.module:203]

This can be fixed on line 203 with

$srcSets[round($currentImage->width)] = $currentImage->url;

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

No branches or pull requests

1 participant