1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
psalm/src/Psalm/Internal/Visitor
2020-03-09 16:59:21 -04:00
..
AssignmentMapVisitor.php Improve handling of unset 2018-12-20 16:03:21 -05:00
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 Apply PHPCS fixes 2019-07-05 16:27:53 -04:00
ConditionCloningVisitor.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
NodeCleanerVisitor.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
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 support for bitwise or in constant expressions 2020-03-09 00:54:26 -04:00
ShortClosureVisitor.php Add working arrow-functions implementation 2019-11-26 23:52:26 -05:00
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 Fix switch handling 2019-11-25 11:51:34 -05:00