Skip to content

Commit

Permalink
phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Klap-in committed Sep 15, 2023
1 parent d97a751 commit f4acdfe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DokuPDF.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

// phpcs:disable: PSR1.Methods.CamelCapsMethodName.NotCamelCaps

use Mpdf\Mpdf;
use dokuwiki\plugin\dw2pdf\DokuImageProcessorDecorator;
use Mpdf\Mpdf;
use Mpdf\MpdfException;

/**
* Wrapper around the mpdf library class
Expand All @@ -21,6 +22,9 @@ class DokuPDF extends Mpdf
* @param string $pagesize
* @param string $orientation
* @param int $fontsize
*
* @throws MpdfException
* @throws Exception
*/
public function __construct($pagesize = 'A4', $orientation = 'portrait', $fontsize = 11, $docLang = 'en')
{
Expand Down

0 comments on commit f4acdfe

Please sign in to comment.