Printer::$listInsertionMap
* Map From "{$class}->{$subNode}" to string that should be inserted * between elements of this list subnode * *
Type: array
File
-
vendor/
phpstan/ phpdoc-parser/ src/ Printer/ Printer.php, line 100
Class
Namespace
PHPStan\PhpDocParser\PrinterCode
private $listInsertionMap = [
PhpDocNode::class . '->children' => "\n * ",
UnionTypeNode::class . '->types' => '|',
IntersectionTypeNode::class . '->types' => '&',
ArrayShapeNode::class . '->items' => ', ',
ObjectShapeNode::class . '->items' => ', ',
CallableTypeNode::class . '->parameters' => ', ',
CallableTypeNode::class . '->templateTypes' => ', ',
GenericTypeNode::class . '->genericTypes' => ', ',
ConstExprArrayNode::class . '->items' => ', ',
MethodTagValueNode::class . '->parameters' => ', ',
DoctrineArray::class . '->items' => ', ',
DoctrineAnnotation::class . '->arguments' => ', ',
];