1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 19:36:59 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Block
2019-09-21 16:58:31 -04:00
..
DoAnalyzer.php Add detection for unused function calls 2019-08-13 13:15:23 -04:00
ForAnalyzer.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
ForeachAnalyzer.php Fix #2150 - add detection for unnecessary @var annotations 2019-09-19 11:59:43 -04:00
IfAnalyzer.php Fix #2159 - only apply elseif conditions to vars that exist in main context 2019-09-21 16:58:31 -04:00
LoopAnalyzer.php Fix #2007 - improve unused variable detection in always-entered loops 2019-08-12 16:01:24 -04:00
SwitchAnalyzer.php Add detection for unused function calls 2019-08-13 13:15:23 -04:00
TryAnalyzer.php Add better handling of catch-reassigned vars 2019-08-26 11:41:15 -04:00
WhileAnalyzer.php Add detection for unused function calls 2019-08-13 13:15:23 -04:00