1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-03 10:07:52 +01:00
psalm/tests/FileManipulation
2023-07-24 10:48:32 +02:00
..
ClassConstantMoveTest.php Enable strict_types 2023-07-24 10:48:32 +02:00
ClassMoveTest.php Enable strict_types 2023-07-24 10:48:32 +02:00
FileManipulationTestCase.php Enable strict_types 2023-07-24 10:48:32 +02:00
ImmutableAnnotationAdditionTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
MethodMoveTest.php Enable strict_types 2023-07-24 10:48:32 +02:00
MissingPropertyTypeTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
MissingReturnTypeTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
NamespaceMoveTest.php Enable strict_types 2023-07-24 10:48:32 +02:00
ParamNameMismatchTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
ParamTypeManipulationTest.php fix offset for type param changes 2023-05-21 18:56:54 +02:00
PropertyMoveTest.php Enable strict_types 2023-07-24 10:48:32 +02:00
PureAnnotationAdditionTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
RedundantCastManipulationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
ReturnTypeManipulationTest.php fix test should not change phpdoc to native type hint but keep phpdoc 2023-01-05 09:44:23 +01:00
ThrowsBlockAdditionTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
UndefinedVariableManipulationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
UnnecessaryVarAnnotationManipulationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
UnusedCodeManipulationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
UnusedVariableManipulationTest.php Preserve PossiblyUndefinedVariable when fixing UnusedVariable 2023-02-25 20:08:01 +13:00