1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 02:47:02 +01:00
psalm/src/Psalm/Internal/PhpVisitor
orklah 10f2966dcb
return types (#4311)
* return types

* remove willReturn for void methods
2020-10-12 15:02:52 -04:00
..
AssignmentMapVisitor.php add native param types (#4137) 2020-09-06 19:36:47 -04:00
CheckTrivialExprVisitor.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
CloningVisitor.php More return types (#4173) 2020-09-12 11:24:05 -04:00
ConditionCloningVisitor.php More return types (#4173) 2020-09-12 11:24:05 -04:00
NodeCleanerVisitor.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
NodeCounterVisitor.php More return types (#4173) 2020-09-12 11:24:05 -04:00
OffsetShifterVisitor.php replace deprecated methods with their equivalent (#4217) 2020-09-20 08:56:49 -04:00
ParamReplacementVisitor.php replace deprecated methods with their equivalent (#4217) 2020-09-20 08:56:49 -04:00
PartialParserVisitor.php replace deprecated methods with their equivalent (#4217) 2020-09-20 08:56:49 -04:00
ReflectorVisitor.php return types (#4311) 2020-10-12 15:02:52 -04:00
ShortClosureVisitor.php replace return; by return null; in every non-void method, add return null; when mising, add return types, remove redundant phpdoc (#4176) 2020-09-13 16:39:06 -04:00
SimpleNameResolver.php return types (#4311) 2020-10-12 15:02:52 -04:00
TraitFinder.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
TypeMappingVisitor.php More return types (#4173) 2020-09-12 11:24:05 -04:00