1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests/FileManipulation
2021-01-29 11:46:18 +01:00
..
ClassConstantMoveTest.php unused use statements (#4228) 2021-01-29 11:39:42 +01:00
ClassMoveTest.php unused use statements (#4228) 2021-01-29 11:39:42 +01:00
FileManipulationTest.php unused use statements (#4228) 2021-01-29 11:39:42 +01:00
ImmutableAnnotationAdditionTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
MethodMoveTest.php unused use statements (#4228) 2021-01-29 11:39:42 +01:00
MissingPropertyTypeTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
MissingReturnTypeTest.php allow static return type in PHP8 (#4641) 2021-01-29 11:46:18 +01:00
NamespaceMoveTest.php unused use statements (#4228) 2021-01-29 11:39:42 +01:00
ParamNameMismatchTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ParamTypeManipulationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
PropertyMoveTest.php unused use statements (#4228) 2021-01-29 11:39:42 +01:00
PureAnnotationAdditionTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ReturnTypeManipulationTest.php return static instead of self when static context detected (#4632) 2021-01-29 11:46:17 +01:00
UndefinedVariableManipulationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
UnnecessaryVarAnnotationManipulationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
UnusedCodeManipulationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
UnusedVariableManipulationTest.php Sanity check to ensure closure uses aren’t removed 2021-01-29 11:46:14 +01:00