diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-10-12 23:40:41 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-10-13 00:14:21 +0100 |
| commit | 9ae7af9907d109d08b6cf05c0c910cdfcbfbb524 (patch) | |
| tree | d2e7f713c051b79acb6031267bbef11586415f8b /app/Report/ReportBaseElement.php | |
| parent | 81385c35ef0e8d23aa8551868eea81487633b1c1 (diff) | |
| download | webtrees-9ae7af9907d109d08b6cf05c0c910cdfcbfbb524.tar.gz webtrees-9ae7af9907d109d08b6cf05c0c910cdfcbfbb524.tar.bz2 webtrees-9ae7af9907d109d08b6cf05c0c910cdfcbfbb524.zip | |
Report class hierarchies
Diffstat (limited to 'app/Report/ReportBaseElement.php')
| -rw-r--r-- | app/Report/ReportBaseElement.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportBaseElement.php b/app/Report/ReportBaseElement.php index d37c7b32b7..144cb61ca8 100644 --- a/app/Report/ReportBaseElement.php +++ b/app/Report/ReportBaseElement.php @@ -122,7 +122,7 @@ class ReportBaseElement /** * Render the footnotes. * - * @param $renderer + * @param ReportHtml|ReportTcpdf $renderer * * @return void */ |
