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 was 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.