vimeo/psalm
在 GitHub 查看Emit an issue when using coalesce operator if the first operand can't be null
Open
#7,101 建立於 2021年12月8日
Help wantedenhancement
倉庫指標
- Star
- (5,369 star)
- PR 合併指標
- (平均合併 3天 12小時) (30 天內合併 5 個 PR)
描述
https://psalm.dev/r/154ffd42b2
/** @var string $q */
$a = explode(',', $q);
return $a[0] ?? '';
Should've resulted in TypeDoesNotContainNull but not.
Compare with: