1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 03:17:02 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Block
2019-11-09 12:25:30 -05: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 undefined array offset when too few iterator params supplied 2019-10-21 07:13:33 -04:00
IfAnalyzer.php Fix regression when identifying clauses in error 2019-10-18 15:06:37 -04:00
LoopAnalyzer.php Fix #2244 - correctly check do while expression before use 2019-10-20 14:18:30 -04:00
SwitchAnalyzer.php Add detection for unused function calls 2019-08-13 13:15:23 -04:00
TryAnalyzer.php Fix #2177 - mark variables in try block as potentially undefined 2019-11-09 12:25:30 -05:00
WhileAnalyzer.php Add detection for unused function calls 2019-08-13 13:15:23 -04:00