Printer::$emptyListInsertionMap
* [$find, $extraLeft, $extraRight] * *
Type: array
File
-
vendor/
phpstan/ phpdoc-parser/ src/ Printer/ Printer.php, line 120
Class
Namespace
PHPStan\PhpDocParser\PrinterCode
private $emptyListInsertionMap = [
CallableTypeNode::class . '->parameters' => [
'(',
'',
'',
],
ArrayShapeNode::class . '->items' => [
'{',
'',
'',
],
ObjectShapeNode::class . '->items' => [
'{',
'',
'',
],
DoctrineArray::class . '->items' => [
'{',
'',
'',
],
DoctrineAnnotation::class . '->arguments' => [
'(',
'',
'',
],
];