Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Sep 29, 2024
1 parent 650bf45 commit 27b15e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ZugferdDocumentReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ public static function readAndGuessFromFile(string $xmlfilename): ZugferdDocumen
* Guess the profile type of the readden xml document
*
* @param string $xmlcontent The XML content as a string to read the invoice data from
* @param string $xmlcontent
* @return ZugferdDocumentReader
* @throws ZugferdUnknownXmlContentException
* @throws ZugferdUnknownProfileException
Expand All @@ -269,8 +268,8 @@ public static function readAndGuessFromContent(string $xmlcontent): ZugferdDocum
/**
* Set the directory where the attached binary data from
* additional referenced documents are temporary stored
*
* @param string $binarydatadirectory
*
* @param string $binarydatadirectory
* @return ZugferdDocumentReader
*/
public function setBinaryDataDirectory(string $binarydatadirectory): ZugferdDocumentReader
Expand Down

0 comments on commit 27b15e8

Please sign in to comment.