diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-05-31 18:20:39 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-05-31 18:20:39 +0100 |
| commit | adc8b18ac5746a1eec1eeed9e4e3f8bf9b0de428 (patch) | |
| tree | f2bfeff58792cce42a3acc49090c37c982e3bded /app/Report/ReportPdfCell.php | |
| parent | 102a585e51388accc5b8a66309b7b5298ded9163 (diff) | |
| download | webtrees-adc8b18ac5746a1eec1eeed9e4e3f8bf9b0de428.tar.gz webtrees-adc8b18ac5746a1eec1eeed9e4e3f8bf9b0de428.tar.bz2 webtrees-adc8b18ac5746a1eec1eeed9e4e3f8bf9b0de428.zip | |
PHPDoc
Diffstat (limited to 'app/Report/ReportPdfCell.php')
| -rw-r--r-- | app/Report/ReportPdfCell.php | 2 |
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) { |
