vimeo/psalm

array_is_list makes the type less specific.

Open

#8,046 创建于 2022年6月2日

在 GitHub 查看
 (7 评论) (0 反应) (1 负责人)PHP (668 fork)batch import
Help wantedeasy problemsenhancementgood first issue

仓库指标

Star
 (5,369 star)
PR 合并指标
 (平均合并 3天 12小时) (30 天内合并 5 个 PR)

描述

https://psalm.dev/r/ffab419792

The test1 function passes the test successfully.

Errors are generated for the test2 function because array_is_list turns the $arr type into a non-empty-list<array<array-key, string>|string>.

贡献者指南