Skip to content

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

Open
@kenjis

Description

@kenjis
Member

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

Activity

added
help wantedMore help is needed for the proper resolution of an issue or pull request
on Apr 9, 2024
ddevsr

ddevsr commented on Apr 30, 2024

@ddevsr
Collaborator
$ grep "no value type specified in iterable type array" phpstan-baseline.php | wc -l
1607
pinned this issue on Jul 23, 2024
neznaika0

neznaika0 commented on Mar 10, 2025

@neznaika0
Contributor

New command:

grep -r "no value type specified in iterable type array" utils/phpstan-baseline/ --include="*.neon" | wc -l 1507

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    devgood first issueGood for newcomershelp wantedMore help is needed for the proper resolution of an issue or pull request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kenjis@neznaika0@ddevsr

        Issue actions

          Dev: PHPStan "no value type specified in iterable type array" errors · Issue #8732 · codeigniter4/CodeIgniter4