password-generator icon indicating copy to clipboard operation
password-generator copied to clipboard

Fix "Implicit conversin from float" deprecation in php8.3

Open vacslav-dev opened this issue 3 months ago • 0 comments

Trying to get array element by float index throws "Implicit conversin from float" dreprecation in php8.3. This fix added direct type cast in order to avoid errors in the future versions.

vacslav-dev avatar Nov 19 '24 12:11 vacslav-dev