diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-09-09 22:15:46 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-09-14 16:02:08 +0100 |
| commit | 77bab46164e79833b0e2cc2442328cb5f47dd5e6 (patch) | |
| tree | ce2aa539e03a7904dfb81555a4448f711b829b00 /app/Report/ReportPdfImage.php | |
| parent | a3148b03cff68ac7a179d4636354b8e1c00044ca (diff) | |
| download | webtrees-77bab46164e79833b0e2cc2442328cb5f47dd5e6.tar.gz webtrees-77bab46164e79833b0e2cc2442328cb5f47dd5e6.tar.bz2 webtrees-77bab46164e79833b0e2cc2442328cb5f47dd5e6.zip | |
Reports PHPdoc
Diffstat (limited to 'app/Report/ReportPdfImage.php')
| -rw-r--r-- | app/Report/ReportPdfImage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportPdfImage.php b/app/Report/ReportPdfImage.php index 21a58ae23f..fd8afb4c71 100644 --- a/app/Report/ReportPdfImage.php +++ b/app/Report/ReportPdfImage.php @@ -31,7 +31,7 @@ class ReportPdfImage extends ReportBaseImage * * @return void */ - public function render($renderer) + public function render($renderer): void { static $lastpicbottom, $lastpicpage, $lastpicleft, $lastpicright; |
