1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-05 20:48:45 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Block
2019-08-21 11:25:08 -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 #2041 - make sure property is always set 2019-08-21 11:25:08 -04:00
IfAnalyzer.php Fix #1985 - prevent complicatedExpressionException from breaking analysis 2019-08-06 22:58:53 -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 Overwrite var when try exits 2019-07-07 14:00:49 -04:00
WhileAnalyzer.php Add detection for unused function calls 2019-08-13 13:15:23 -04:00