Skip to content

Commit c9cadc8

Browse files
authored
Merge pull request #176 from Setasign/development
Development
2 parents 984c0a6 + d252118 commit c9cadc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/FpdiTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ public function setSourceFileWithParserParams($file, array $parserParams = [])
245245
* @param int $pageNumber The page number.
246246
* @param string $box The page boundary to import. Default set to PageBoundaries::CROP_BOX.
247247
* @param bool $groupXObject Define the form XObject as a group XObject to support transparency (if used).
248+
* @param bool $importExternalLinks Define whether external links are imported or not.
248249
* @return string A unique string identifying the imported page.
249250
* @throws CrossReferenceException
250251
* @throws FilterException

src/Tcpdf/Fpdi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ protected function writePdfType(PdfType $value)
284284
* @param float|int $yPt
285285
* @param float|int $newHeightPt
286286
* @param float|int $scaleY
287-
* @param $importedPage
287+
* @param array $importedPage
288288
* @return void
289289
*/
290290
protected function adjustLastLink($externalLink, $xPt, $scaleX, $yPt, $newHeightPt, $scaleY, $importedPage)

0 commit comments

Comments
 (0)