1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 15:09:04 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Block
orklah a9a364e363
Misc improvements (#4216)
* misc changes

* fix CI
2020-09-20 08:55:28 -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 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
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 More return types (#4173) 2020-09-12 11:24:05 -04:00
WhileAnalyzer.php More return types (#4173) 2020-09-12 11:24:05 -04:00