Skip to content

Commit

Permalink
Fix Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Oct 1, 2023
1 parent f6d7030 commit 9c3ec25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contracts/ZugferdVisualizerMarkupRendererContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public function templateExists(string $template): bool;
/**
* Render the HTML markup for the Zugferd document
*
* @param ZugferdDocument $document
* @param string $template
* @param ZugferdVisualizerMarkupRendererContract $document
* @param string $template
* @return string
*/
public function render(ZugferdDocumentReader $document, string $template): string;
Expand Down

0 comments on commit 9c3ec25

Please sign in to comment.