1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-05 12:38:35 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Block
Matt Brown 14efde286f 4.x - refactor unused variable detection
This turns unused variable detection into an explicit control-flow problem, where before we had a more simplistic mark-and-sweep algorithm
2020-09-30 12:28:13 -04:00
..
DoAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
ForAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
ForeachAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
IfAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
LoopAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
SwitchAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
SwitchCaseAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
TryAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
WhileAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00