summaryrefslogtreecommitdiff
path: root/app/Report/ReportBaseElement.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-10-12 23:40:41 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-10-13 00:14:21 +0100
commit9ae7af9907d109d08b6cf05c0c910cdfcbfbb524 (patch)
treed2e7f713c051b79acb6031267bbef11586415f8b /app/Report/ReportBaseElement.php
parent81385c35ef0e8d23aa8551868eea81487633b1c1 (diff)
downloadwebtrees-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.php2
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
*/