PhpParser\PrettyPrinter\Standard::pExpr_List PHP Method

pExpr_List() protected method

protected pExpr_List ( List_ $node )
$node PhpParser\Node\Expr\List_
    protected function pExpr_List(Expr\List_ $node) {
        return 'list(' . $this->pCommaSeparated($node->items) . ')';
    }
Standard