Skip to content

Commit

Permalink
Merge pull request #71 from danielmarschall/patch-4
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
horstoeko authored May 29, 2024
2 parents 70ef9f1 + 3aa3fc8 commit f0c6840
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 f0c6840

Please sign in to comment.