You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
in randomNameGenerator.php file there is attempt on line 42 to iterate "count++" as standard variable (int), but the variable is currently an array. Also it is used in foreach loop so.
Possibly this issue could be caused during cleanup as previously simple "for" loop was used?
However removing the line 42 "count++" resolved the issue.
PHP 7.4.33 used with WAMP VM.
Btw thanks a lot for this helpful tool! :)
Regards,
C4P
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello there,
I just perhaps found small issue in your code.
in randomNameGenerator.php file there is attempt on line 42 to iterate "count++" as standard variable (int), but the variable is currently an array. Also it is used in foreach loop so.
Possibly this issue could be caused during cleanup as previously simple "for" loop was used?
However removing the line 42 "count++" resolved the issue.
PHP 7.4.33 used with WAMP VM.
Btw thanks a lot for this helpful tool! :)
Regards,
C4P
The text was updated successfully, but these errors were encountered: