1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests/Template
2021-02-16 20:24:16 -05:00
..
ClassStringMapTest.php
ClassTemplateCovarianceTest.php
ClassTemplateExtendsTest.php Fix #5211 - prevent infinite loop in template inference 2021-02-13 16:16:58 -05:00
ClassTemplateTest.php Fix #5172 - prevent calling function with implicitly-broader type 2021-02-07 11:07:22 -05:00
ConditionalReturnTypeTest.php Fix #5107 - treat function-bound templated parameters the same 2021-01-26 22:43:42 -05:00
FunctionClassStringTemplateTest.php Fix #4955 - catch invalid passing class constant where templated class string expected 2021-01-11 00:28:44 -05:00
FunctionTemplateAssertTest.php Don’t throw an exceptin when parsing invalid type 2021-02-16 20:24:16 -05:00
FunctionTemplateTest.php When there’s an irrecoverqable syntax error invalidate all issues in the file 2021-02-14 21:16:12 -05:00
TraitTemplateTest.php