PHP 8.2 warning
Opened this issue · 0 comments
hgassen commented
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;