summaryrefslogtreecommitdiff
path: root/app/Report/ReportPdfCell.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-05-31 18:20:39 +0100
committerGreg Roach <fisharebest@gmail.com>2015-05-31 18:20:39 +0100
commitadc8b18ac5746a1eec1eeed9e4e3f8bf9b0de428 (patch)
treef2bfeff58792cce42a3acc49090c37c982e3bded /app/Report/ReportPdfCell.php
parent102a585e51388accc5b8a66309b7b5298ded9163 (diff)
downloadwebtrees-adc8b18ac5746a1eec1eeed9e4e3f8bf9b0de428.tar.gz
webtrees-adc8b18ac5746a1eec1eeed9e4e3f8bf9b0de428.tar.bz2
webtrees-adc8b18ac5746a1eec1eeed9e4e3f8bf9b0de428.zip
PHPDoc
Diffstat (limited to 'app/Report/ReportPdfCell.php')
-rw-r--r--app/Report/ReportPdfCell.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportPdfCell.php b/app/Report/ReportPdfCell.php
index 21fa2e37e0..0f367df039 100644
--- a/app/Report/ReportPdfCell.php
+++ b/app/Report/ReportPdfCell.php
@@ -23,7 +23,7 @@ class ReportPdfCell extends ReportBaseCell {
/**
* PDF Cell renderer
*
- * @param ReportPdf $renderer
+ * @param ReportTcpdf $renderer
*/
public function render($renderer) {