Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Issue in code - incorrectly tried to iterate array as array++  #3

@C4Plastique

Description

@C4Plastique

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions