summaryrefslogtreecommitdiff
path: root/app/Report/ReportPdfCell.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-05-31 08:08:54 +0100
committerGreg Roach <fisharebest@gmail.com>2015-05-31 17:36:14 +0100
commit0e62c4b8d0ec6901bfaffd1dc763db37489518a4 (patch)
treea1949cbb3ba5e7cf7d5ab8b08a4f179857328625 /app/Report/ReportPdfCell.php
parent5bccd64ef5cfe5e079d2cd516f4a661881dbe46c (diff)
downloadwebtrees-0e62c4b8d0ec6901bfaffd1dc763db37489518a4.tar.gz
webtrees-0e62c4b8d0ec6901bfaffd1dc763db37489518a4.tar.bz2
webtrees-0e62c4b8d0ec6901bfaffd1dc763db37489518a4.zip
PSR-4
Diffstat (limited to 'app/Report/ReportPdfCell.php')
-rw-r--r--app/Report/ReportPdfCell.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Report/ReportPdfCell.php b/app/Report/ReportPdfCell.php
index 25d208adae..21fa2e37e0 100644
--- a/app/Report/ReportPdfCell.php
+++ b/app/Report/ReportPdfCell.php
@@ -1,5 +1,5 @@
<?php
-namespace Fisharebest\Webtrees;
+namespace Fisharebest\Webtrees\Report;
/**
* webtrees: online genealogy
@@ -23,7 +23,7 @@ class ReportPdfCell extends ReportBaseCell {
/**
* PDF Cell renderer
*
- * @param PDF $renderer
+ * @param ReportPdf $renderer
*/
public function render($renderer) {