1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements
Nobu Funaki abef8008bc
Fix InvalidCast after is_callable([$val, '__toString']) check (#3372)
Support is_callable() with an array argument similar to method_exists()
2020-05-16 08:50:43 -04:00
..
Block Fix crash newly introduced 2020-05-11 09:34:07 -04:00
Expression Fix InvalidCast after is_callable([$val, '__toString']) check (#3372) 2020-05-16 08:50:43 -04:00
ExpressionAnalyzer.php Fix #3236 - allow use-checking of more methods starting with __ 2020-05-12 22:39:26 -04:00
ReturnAnalyzer.php Add non-empty-lowercase-string type 2020-05-15 10:18:05 -04:00
ThrowAnalyzer.php Fix tests 2020-02-21 22:15:25 -05:00