mirror of
https://github.com/danog/psalm.git
synced 2025-01-06 13:08:40 +01:00
d91aab15be
https://github.com/vimeo/psalm/pull/10068 added isset restrictions that didn't consider null coalesces on match expressions. This restores that support by converting the match expression to a virtual variable for the isset analysis, similar to other incompatible expressions. |
||
---|---|---|
.. | ||
AndAnalyzer.php | ||
ArithmeticOpAnalyzer.php | ||
CoalesceAnalyzer.php | ||
ConcatAnalyzer.php | ||
NonComparisonOpAnalyzer.php | ||
OrAnalyzer.php |