codeigniter4/CodeIgniter4

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

Open

#8.732 aberto em 9 de abr. de 2024

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)PHP (1.707 forks)batch import
devgood first issuehelp wanted

Métricas do repositório

Stars
 (4.492 stars)
Métricas de merge de PR
 (Mesclagem média 4d 15h) (68 fundiu PRs em 30d)

Description

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

Guia do colaborador