vimeo/psalm

Psalm doesn't notice session_unset()

Open

#9,198 创建于 2023年1月29日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)PHP (668 fork)batch import
Help wantedeasy problemsenhancement

仓库指标

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

描述

For example: https://psalm.dev/r/c1dc7af1fb

When the session is cleared by setting it to an empty array Psalm is aware that the key doesn't exist, but if the same is done using session_unset() Psalm doesn't notice this fact.

贡献者指南