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
2020-08-22 08:20:05 -04:00
..
DoAnalyzer.php Fix #3685 - improve handling of if conditionals inside do 2020-07-02 13:59:59 -04:00
ForAnalyzer.php Generalise init vars inside for loops 2020-07-03 11:13:44 -04:00
ForeachAnalyzer.php Resolve typedefs that are used in var docblocks of foreach (#4037) 2020-08-22 08:20:05 -04:00
IfAnalyzer.php Refactor type comparison 2020-07-21 19:40:35 -04:00
LoopAnalyzer.php Prevent access to possibly unset var 2020-08-17 15:25:13 -04:00
SwitchAnalyzer.php Fix #3808 - allow detection of paradoxes in switch condition function calls 2020-07-14 10:51:12 -04:00
SwitchCaseAnalyzer.php Fix things 2020-08-07 12:16:35 -04:00
TryAnalyzer.php Fix suppression 2020-06-04 09:55:32 -04:00
WhileAnalyzer.php Fix #3034 - expand out while expressions for more accurate variable initialisation 2020-03-28 18:22:08 -04:00