1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 11:26:55 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements
lhchavez ae2c6715a7 Allow @psalm-assert to propagate member assertions to the caller's context (#2100)
This change injects method call assertions that involve member variables
to the caller context by replacing `$this->` with the lhs of the member
call.

Fixes: #2099
2019-09-05 21:00:02 -04:00
..
Block Fix #2073 - better understand assignments inside elseif 2019-08-26 22:55:28 -04:00
Expression Allow @psalm-assert to propagate member assertions to the caller's context (#2100) 2019-09-05 21:00:02 -04:00
ExpressionAnalyzer.php $a++, $a-- etc should be treated as assignments 2019-08-30 18:06:45 -04:00
ReturnAnalyzer.php Fix #2041 - make sure property is always set 2019-08-21 11:25:08 -04:00
ThrowAnalyzer.php Fix memory leak 2019-04-02 23:36:55 -04:00