diff --git a/src/ZugferdDocumentPdfBuilder.php b/src/ZugferdDocumentPdfBuilder.php index 63234a3..aa32519 100644 --- a/src/ZugferdDocumentPdfBuilder.php +++ b/src/ZugferdDocumentPdfBuilder.php @@ -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) {