1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests/FileManipulation
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
..
ClassConstantMoveTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
ClassMoveTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
FileManipulationTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
ImmutableAnnotationAdditionTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
MethodMoveTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
MissingPropertyTypeTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
MissingReturnTypeTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
NamespaceMoveTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
ParamNameMismatchTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
ParamTypeManipulationTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
PropertyMoveTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
PureAnnotationAdditionTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
ReturnTypeManipulationTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
UndefinedVariableManipulationTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
UnnecessaryVarAnnotationManipulationTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
UnusedCodeManipulationTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
UnusedVariableManipulationTest.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00