codeigniter4/CodeIgniter4

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

Open

#8.732 geöffnet am 9. Apr. 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PHP (1.707 Forks)batch import
devgood first issuehelp wanted

Repository-Metriken

Stars
 (4.492 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 15h) (68 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide