aliaswpeu

Results 1 issues of aliaswpeu

Hello, when using like this, comment tag is not rendered: ``` $order_body = XmlWriter::make() ->setXmlStandalone(true) ->write('orders', [ 'order' => [ 'cod' => '123', 'comment' => 'test comment', ], ]); ```...