1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Block
2020-09-25 00:59:58 -04:00
..
DoAnalyzer.php More return types (#4173) 2020-09-12 11:24:05 -04:00
ForAnalyzer.php More return types (#4173) 2020-09-12 11:24:05 -04:00
ForeachAnalyzer.php Use array destructuring when possible (#4221) 2020-09-20 12:55:38 -04:00
IfAnalyzer.php Fix various things 2020-09-13 22:39:03 -04:00
LoopAnalyzer.php Add extra loops for more reliable analysis 2020-09-25 00:59:58 -04:00
SwitchAnalyzer.php More return types (#4173) 2020-09-12 11:24:05 -04:00
SwitchCaseAnalyzer.php replace return; by return null; in every non-void method, add return null; when mising, add return types, remove redundant phpdoc (#4176) 2020-09-13 16:39:06 -04:00
TryAnalyzer.php Add missing = true 2020-09-22 01:10:11 -04:00
WhileAnalyzer.php More return types (#4173) 2020-09-12 11:24:05 -04:00