password-generator
password-generator copied to clipboard
Fix "Implicit conversin from float" deprecation in php8.3
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.