dcarbone / php-fhir

Tools for consuming data from a FHIR server with PHP
Apache License 2.0
129 stars 40 forks source link

Found a var_dump and fixed problem with xmlns not being null #62

Closed leonrenkema closed 4 years ago

leonrenkema commented 4 years ago

Found a var_dump in the code ;)

And we had a problem with empty xmlns attributes that were generated. This fixes it for us.