1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 02:47:02 +01:00
psalm/src/Psalm/Internal/Visitor
2020-03-11 17:41:05 -04:00
..
AssignmentMapVisitor.php
CheckTrivialExprVisitor.php Fix #2752 - string casts can be implicit method calls, don’t remove automatically 2020-02-06 21:05:16 -05:00
CloningVisitor.php
ConditionCloningVisitor.php
NodeCleanerVisitor.php
OffsetShifterVisitor.php Fix #2787 - make accessing undefined objectlike key an error 2020-02-22 00:29:59 -05:00
PartialParserVisitor.php Fix #2787 - make accessing undefined objectlike key an error 2020-02-22 00:29:59 -05:00
ReflectorVisitor.php Fix overriding of mapped property type visibility 2020-03-11 17:41:05 -04:00
ShortClosureVisitor.php
SimpleNameResolver.php Fix #2951 - use reflection to identify trait when there’s more than one per file 2020-03-09 16:41:46 -04:00
TraitFinder.php Avoid issue where caches haven’t caught up 2020-03-09 16:59:21 -04:00
TypeMappingVisitor.php