1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests/Template
Patrick Remy f87e429e58
fix: infer key-of/value-of type if still templated
Not in all cases the TemplateParam gets replaced before type checking,
in these cases, use the defined `as` type.
Refactor to extract key/value type of array union to method.
2022-01-27 22:39:50 +01:00
..
ClassStringMapTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
ClassTemplateCovarianceTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
ClassTemplateExtendsTest.php Merge pull request #7123 from AndrolGenhald/feature/942-type-annotate-class-constants 2022-01-25 20:54:40 +01:00
ClassTemplateTest.php Fix combination of templated types 2022-01-24 13:56:32 -05:00
ConditionalReturnTypeTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
FunctionClassStringTemplateTest.php nitpicks 2022-01-20 23:47:41 +01:00
FunctionTemplateAssertTest.php Use objects, not strings, for assertions (#7410) 2022-01-20 17:33:06 -05:00
FunctionTemplateTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
KeyOfTemplateTest.php fix: infer key-of/value-of type if still templated 2022-01-27 22:39:50 +01:00
NestedTemplateTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
TraitTemplateTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
ValueOfTemplateTest.php fix: infer key-of/value-of type if still templated 2022-01-27 22:39:50 +01:00