diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-09-28 10:13:10 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-09-28 10:13:10 +0100 |
| commit | 18d7a90d8a3b33b218801c0b68eb1a5140d7b4e7 (patch) | |
| tree | 3fe6aa4265c2cfd926b310dae92acd24fe24a17b /app/Report/ReportBaseElement.php | |
| parent | 52348eb8c11b06a8488e13475e6561273832716a (diff) | |
| download | webtrees-18d7a90d8a3b33b218801c0b68eb1a5140d7b4e7.tar.gz webtrees-18d7a90d8a3b33b218801c0b68eb1a5140d7b4e7.tar.bz2 webtrees-18d7a90d8a3b33b218801c0b68eb1a5140d7b4e7.zip | |
PHPdoc
Diffstat (limited to 'app/Report/ReportBaseElement.php')
| -rw-r--r-- | app/Report/ReportBaseElement.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Report/ReportBaseElement.php b/app/Report/ReportBaseElement.php index 1988025b62..509636922e 100644 --- a/app/Report/ReportBaseElement.php +++ b/app/Report/ReportBaseElement.php @@ -122,6 +122,8 @@ class ReportBaseElement * Render the footnotes. * * @param $renderer + * + * @return void */ public function renderFootnote($renderer) { @@ -131,6 +133,8 @@ class ReportBaseElement * Set the text. * * @param $text + * + * @return void */ public function setText($text) { |
