lib-array2xml
lib-array2xml copied to clipboard
Array2XML conversion library credit to lalit.org
package.json == "Apache-2.0" COPYING == GNU General Public License v3.0 COPYING LESSER == GNU Lesser General Public License v3.0
When logging psalm logs to xml. its gets the following error: ``` Uncaught RuntimeException: PHP Error: DOMDocument::createTextNode(): Passing null to parameter #1 ($data) of type string is deprecated in /app/vendor/openlss/lib-array2xml/LSS/Array2XML.php:174...
The reference to $output was overwritten by nodes not covered by the switch construct. Example to test: ```xml ``` Array without patch: ```php [ 'root' => [ 'Nodes' => [...
+ fix some typos and add phpdocs by hand (in a separated commit) --- This change is [](https://reviewable.io/reviews/nullivex/lib-array2xml/17)
This change is [](https://reviewable.io/reviews/nullivex/lib-array2xml/16)
This change is [](https://reviewable.io/reviews/nullivex/lib-array2xml/15)