diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-08-29 21:15:09 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-08-29 21:15:09 +0100 |
| commit | 8ba2e6268c47e6eaf578c571d83b4eab25c35320 (patch) | |
| tree | 4271e77aa283c61dd585ba40cfdef124db0487b9 /app/Report/ReportBaseElement.php | |
| parent | 845c3ce6c174371aefb72f523a824e20d48b0876 (diff) | |
| download | webtrees-8ba2e6268c47e6eaf578c571d83b4eab25c35320.tar.gz webtrees-8ba2e6268c47e6eaf578c571d83b4eab25c35320.tar.bz2 webtrees-8ba2e6268c47e6eaf578c571d83b4eab25c35320.zip | |
PhpDoc
Diffstat (limited to 'app/Report/ReportBaseElement.php')
| -rw-r--r-- | app/Report/ReportBaseElement.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Report/ReportBaseElement.php b/app/Report/ReportBaseElement.php index 99dcdf96d5..72d495db95 100644 --- a/app/Report/ReportBaseElement.php +++ b/app/Report/ReportBaseElement.php @@ -50,9 +50,9 @@ class ReportBaseElement * * @param ReportHtml|ReportTcpdf $renderer * - * @return float + * @return float|array */ - public function getWidth($renderer): float + public function getWidth($renderer) { return 0.0; } |
