1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
psalm/tests/FileManipulation
orklah e04f219948
return static instead of self when static context detected (#4632)
* return this instead of self when static context detected

* replace $this by static
2020-11-19 19:02:25 -05:00
..
ClassConstantMoveTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
ClassMoveTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
FileManipulationTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
ImmutableAnnotationAdditionTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
MethodMoveTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
MissingPropertyTypeTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
MissingReturnTypeTest.php return static instead of self when static context detected (#4632) 2020-11-19 19:02:25 -05:00
NamespaceMoveTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
ParamNameMismatchTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
ParamTypeManipulationTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
PropertyMoveTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
PureAnnotationAdditionTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
ReturnTypeManipulationTest.php return static instead of self when static context detected (#4632) 2020-11-19 19:02:25 -05:00
UndefinedVariableManipulationTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
UnnecessaryVarAnnotationManipulationTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
UnusedCodeManipulationTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
UnusedVariableManipulationTest.php Sanity check to ensure closure uses aren’t removed 2020-11-18 00:38:28 -05:00