1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 02:47:02 +01:00
psalm/src/Psalm/Internal/Scope
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
..
CaseScope.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
FinallyScope.php Skip currently-failing undefined variable test 2020-09-21 16:01:14 -04:00
IfConditionalScope.php Fix #2237 - suppress reconciling issues when inherited clauses couldn’t be resolved into types 2019-10-16 21:55:11 -04:00
IfScope.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
LoopScope.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
SwitchScope.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00