1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 23:18:40 +01:00
psalm/src/Psalm/Internal/PhpVisitor
Peter van Dommelen c72edefc9e Do not strip the last ) bracket when parsing phpdoc type aliases.
Fixes https://github.com/vimeo/psalm/issues/6782

Reworked the regex logic to not check each grouping character separately. Removed the `^` character from the character list, which was likely unintended.
2023-03-05 22:28:22 +01:00
..
Reflector Do not strip the last ) bracket when parsing phpdoc type aliases. 2023-03-05 22:28:22 +01:00
AssignmentMapVisitor.php Use php-cs-fixer to clean up docblocks 2022-12-13 20:46:43 -06:00
CheckTrivialExprVisitor.php Add more property typehints 2022-12-13 20:20:15 -06:00
CloningVisitor.php Made most of callbacks static. Reworked some array_map() into foreach() 2022-04-09 21:58:26 +12:00
ConditionCloningVisitor.php Use rector to add property typehints 2022-12-11 17:25:23 -06:00
NodeCleanerVisitor.php Use rector to add property typehints 2022-12-11 17:25:23 -06:00
NodeCounterVisitor.php Use php-cs-fixer to clean up docblocks 2022-12-13 20:46:43 -06:00
OffsetShifterVisitor.php Require trailing commas 2022-12-18 13:20:31 -06:00
ParamReplacementVisitor.php Require trailing commas 2022-12-18 13:20:31 -06:00
PartialParserVisitor.php Require trailing commas 2022-12-18 13:20:31 -06:00
ReflectorVisitor.php Require trailing commas 2022-12-18 13:20:31 -06:00
ShortClosureVisitor.php Add more property typehints 2022-12-13 20:20:15 -06:00
SimpleNameResolver.php Require trailing commas 2022-12-18 13:20:31 -06:00
TraitFinder.php Use rector to add property typehints 2022-12-11 17:25:23 -06:00
TypeMappingVisitor.php Use rector to add property typehints 2022-12-11 17:25:23 -06:00
YieldTypeCollector.php Require trailing commas 2022-12-18 13:20:31 -06:00