codeigniter4 / CodeIgniter4

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
5.34k stars 1.9k forks source link

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

Open kenjis opened 6 months ago

kenjis commented 6 months ago

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
ddevsr commented 5 months ago
$ grep "no value type specified in iterable type array" phpstan-baseline.php | wc -l
1607