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-09-21 16:23:44 -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 Misc improvements (#4216) 2020-09-20 08:55:28 -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 Fix fudging var 2020-09-21 16:23:44 -04:00
WhileAnalyzer.php More return types (#4173) 2020-09-12 11:24:05 -04:00