CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

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

Open kenjis opened this issue 1 year ago • 2 comments

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 avatar Apr 09 '24 01:04 kenjis

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

ddevsr avatar Apr 30 '24 14:04 ddevsr