PhpParser\PrettyPrinter\Standard::pStmt_DeclareDeclare PHP Method

pStmt_DeclareDeclare() protected method

protected pStmt_DeclareDeclare ( PhpParser\Node\Stmt\DeclareDeclare $node )
$node PhpParser\Node\Stmt\DeclareDeclare
    protected function pStmt_DeclareDeclare(Stmt\DeclareDeclare $node) {
        return $node->key . '=' . $this->p($node->value);
    }
Standard