Skip to content

Commit

Permalink
Merge pull request #817 from W0rma/fix-typo
Browse files Browse the repository at this point in the history
Fix casing of parameter type
  • Loading branch information
spipu authored Dec 3, 2024
2 parents 6c94dcd + 40b8eeb commit 181e499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Html2Pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class Html2Pdf
* @param mixed $format The format used for pages, same as TCPDF
* @param string $lang Lang : fr, en, it...
* @param boolean $unicode TRUE means that the input text is unicode (default = true)
* @param String $encoding charset encoding; default is UTF-8
* @param string $encoding charset encoding; default is UTF-8
* @param array $margins Default margins (left, top, right, bottom)
* @param boolean $pdfa If TRUE set the document to PDF/A mode.
*
Expand Down
2 changes: 1 addition & 1 deletion src/MyPdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class MyPdf extends TCPDF
* @param string $unit User measure unit, same as TCPDF
* @param mixed $format The format used for pages, same as TCPDF
* @param boolean $unicode TRUE means that the input text is unicode (default = true)
* @param String $encoding charset encoding; default is UTF-8
* @param string $encoding charset encoding; default is UTF-8
* @param boolean $diskcache if TRUE reduce the RAM memory usage by caching temporary data on filesystem (slower).
* @param boolean $pdfa If TRUE set the document to PDF/A mode.
* @access public
Expand Down

0 comments on commit 181e499

Please sign in to comment.