1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 10:57:08 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Block
2020-11-27 11:43:30 -05:00
..
IfElse Remove unused imports 2020-11-08 12:31:21 -05:00
DoAnalyzer.php Reorganise things a little 2020-11-03 16:15:54 -05:00
ForAnalyzer.php
ForeachAnalyzer.php Turn template bound tuples into object 2020-11-27 11:43:30 -05:00
IfConditionalAnalyzer.php Consolidate similar functionality 2020-11-07 00:58:20 -05:00
IfElseAnalyzer.php Fix #4503 - don’t ignore assertions on possibly-null mixed 2020-11-08 10:06:39 -05:00
LoopAnalyzer.php Reorganise things a little 2020-11-03 16:15:54 -05:00
SwitchAnalyzer.php Reorganise things a little 2020-11-03 16:15:54 -05:00
SwitchCaseAnalyzer.php Fix #4600 - set attributes in a bunch of places 2020-11-18 12:44:59 -05:00
TryAnalyzer.php Unused psalm-suppress (#4646) 2020-11-21 17:39:40 -05:00
WhileAnalyzer.php