Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarschall authored May 29, 2024
1 parent 70ef9f1 commit 3aa3fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZugferdDocumentPdfMerger.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function getXmlContent(): string
if ($this->xmlDataIsFile()) {
$xmlContent = file_get_contents($this->xmlDataOrFilename);
if ($xmlContent === false) {
throw new ZugferdFileNotReadableException('Could read XML file...');
throw new ZugferdFileNotReadableException('Could not read XML file');
}
} else {
$xmlContent = $this->xmlDataOrFilename;
Expand Down

0 comments on commit 3aa3fc8

Please sign in to comment.