easybill / e-invoicing

A library for PHP to generate and read EN16931 conform structured XML data.
MIT License
3 stars 2 forks source link

V0.2.2 - Suppress Warnings and Errors of DomDocument, Update dev dependencies #7

Closed BolZer closed 1 month ago

BolZer commented 1 month ago

The suppressing of the Warning / Errors is done to avoid ErrorExceptions during the read-Step of the Reader. Depending on the error_reporting of the PHP-Interpreter it may emit a warning or even ErrorException. This should be handled by the Reader. The API of Reader does not rely on exceptions and the user should neither.