1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests/Template
Matt Brown 63953d5676
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
2021-01-29 11:39:44 +01:00
..
ClassStringMapTest.php unused use statements (#4228) 2021-01-29 11:39:42 +01:00
ClassTemplateCovarianceTest.php unused use statements (#4228) 2021-01-29 11:39:42 +01:00
ClassTemplateExtendsTest.php Fix #4122 - detect yield in function arguments 2021-01-29 11:39:36 +01:00
ClassTemplateTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ConditionalReturnTypeTest.php unused use statements (#4228) 2021-01-29 11:39:42 +01:00
FunctionClassStringTemplateTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
FunctionTemplateAssertTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
FunctionTemplateTest.php 4.x - refactor unused variable detection 2021-01-29 11:39:44 +01:00