diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-08-29 21:57:09 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-08-30 09:17:12 +0100 |
| commit | c7ff415313b94d2d6d06ec673249f39fae9865e9 (patch) | |
| tree | 2ba57076febc739d8e7120fd417e1e0a7cff6f32 /app/Report/ReportHtmlText.php | |
| parent | cecc1f0c9f0d785863fa575d441779118e39f498 (diff) | |
| download | webtrees-c7ff415313b94d2d6d06ec673249f39fae9865e9.tar.gz webtrees-c7ff415313b94d2d6d06ec673249f39fae9865e9.tar.bz2 webtrees-c7ff415313b94d2d6d06ec673249f39fae9865e9.zip | |
PHPdoc
Diffstat (limited to 'app/Report/ReportHtmlText.php')
| -rw-r--r-- | app/Report/ReportHtmlText.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Report/ReportHtmlText.php b/app/Report/ReportHtmlText.php index 44ac7c6855..aa4f848f87 100644 --- a/app/Report/ReportHtmlText.php +++ b/app/Report/ReportHtmlText.php @@ -26,6 +26,8 @@ class ReportHtmlText extends ReportBaseText * @param ReportHtml $renderer * @param int $curx * @param bool $attrib Is is called from a different element? + * + * @return void */ public function render($renderer, $curx = 0, $attrib = true) { |
