Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Sep 16, 2024

Conversation

BolZer
Copy link
Member

@BolZer BolZer commented Sep 16, 2024

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.

Update dependencies

Signed-off-by: Jan Nöhles <[email protected]>
This is done to avoid throwing ErrorExceptions if the error_reporting is strictly configured. The reader will report that the XML is not an e invoice

Signed-off-by: Jan Nöhles <[email protected]>
@BolZer BolZer added the enhancement New feature or request label Sep 16, 2024
@BolZer BolZer self-assigned this Sep 16, 2024
@BolZer BolZer merged commit 47ff72a into main Sep 16, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant