PhpParser\PrettyPrinter\Standard::pStmt_Finally PHP Method

pStmt_Finally() protected method

protected pStmt_Finally ( Finally_ $node )
$node PhpParser\Node\Stmt\Finally_
    protected function pStmt_Finally(Stmt\Finally_ $node) {
        return ' finally {' . $this->pStmts($node->stmts) . "\n" . '}';
    }
Standard