Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev: PHPStan "no value type specified in iterable type array" errors #8732

Open
kenjis opened this issue Apr 9, 2024 · 1 comment
Open
Labels
dev good first issue Good for newcomers help wanted More help is needed for the proper resolution of an issue or pull request

Comments

@kenjis
Copy link
Member

kenjis commented Apr 9, 2024

There are 1,763 ignored errors due to "no value type specified in iterable type array" in phpstan-baseline.php.
These ignored errors should be removed.

You can search for no value type specified in iterable type array in phpstan-baseline.php.

$ grep "no value type specified in iterable type array" phpstan-baseline.php | wc -l
    1763
@kenjis kenjis added dev good first issue Good for newcomers help wanted More help is needed for the proper resolution of an issue or pull request labels Apr 9, 2024
@kenjis kenjis mentioned this issue Apr 12, 2024
5 tasks
@ddevsr
Copy link
Collaborator

ddevsr commented Apr 30, 2024

$ grep "no value type specified in iterable type array" phpstan-baseline.php | wc -l
1607

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev good first issue Good for newcomers help wanted More help is needed for the proper resolution of an issue or pull request
Projects
None yet
Development

No branches or pull requests

2 participants