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/Expression/Assignment
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
..
ArrayAssignmentAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
InstancePropertyAssignmentAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
StaticPropertyAssignmentAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00