summaryrefslogtreecommitdiff
path: root/app/Report/ReportPdfCell.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-08-29 21:57:09 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-08-30 09:17:12 +0100
commitc7ff415313b94d2d6d06ec673249f39fae9865e9 (patch)
tree2ba57076febc739d8e7120fd417e1e0a7cff6f32 /app/Report/ReportPdfCell.php
parentcecc1f0c9f0d785863fa575d441779118e39f498 (diff)
downloadwebtrees-c7ff415313b94d2d6d06ec673249f39fae9865e9.tar.gz
webtrees-c7ff415313b94d2d6d06ec673249f39fae9865e9.tar.bz2
webtrees-c7ff415313b94d2d6d06ec673249f39fae9865e9.zip
PHPdoc
Diffstat (limited to 'app/Report/ReportPdfCell.php')
-rw-r--r--app/Report/ReportPdfCell.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Report/ReportPdfCell.php b/app/Report/ReportPdfCell.php
index c42d21f4ef..106c383aad 100644
--- a/app/Report/ReportPdfCell.php
+++ b/app/Report/ReportPdfCell.php
@@ -26,6 +26,8 @@ class ReportPdfCell extends ReportBaseCell
* PDF Cell renderer
*
* @param ReportTcpdf $renderer
+ *
+ * @return void
*/
public function render($renderer)
{