Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConstExprArrayNode.php
function ConstExprArrayNode::__toString
File
vendor/
phpstan/
phpdoc-parser/
src/
Ast/
ConstExpr/
ConstExprArrayNode.php
, line 25
Class
ConstExprArrayNode
Namespace
PHPStan\PhpDocParser\Ast\ConstExpr
Code
public
function
__toString
() : string {
return
'['
.
implode
(
', '
,
$this
->
items
) .
']'
; }
RSS feed