Skip to content

Commit

Permalink
[DOC] Updated DocBlocks in ZugferdDocumentPdfBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Dec 31, 2024
1 parent d49190c commit 84f809d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/ZugferdDocumentPdfBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,8 @@ public static function fromPdfString(ZugferdDocumentBuilder $documentBuilder, st
/**
* Constructor
*
* @param ZugferdDocumentBuilder $documentBuilder
* The instance of the document builder. Needed to get the XML data
* @param string $pdfData
* The full filename or a string containing the binary pdf data. This
* is the original PDF (e.g. created by a ERP system)
* @param ZugferdDocumentBuilder $documentBuilder The instance of the document builder. Needed to get the XML data
* @param string $pdfData The full filename or a string containing the binary pdf data. This is the original PDF (e.g. created by a ERP system)
*/
public function __construct(ZugferdDocumentBuilder $documentBuilder, string $pdfData)
{
Expand Down

0 comments on commit 84f809d

Please sign in to comment.