diff options
Diffstat (limited to 'app/Report/ReportPdf.php')
| -rw-r--r-- | app/Report/ReportPdf.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/Report/ReportPdf.php b/app/Report/ReportPdf.php index 68671d030d..0ca82b98be 100644 --- a/app/Report/ReportPdf.php +++ b/app/Report/ReportPdf.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\Report; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,6 +13,8 @@ namespace Fisharebest\Webtrees\Report; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees\Report; + use Fisharebest\Webtrees\Auth; use Fisharebest\Webtrees\Media; @@ -122,7 +122,7 @@ class ReportPdf extends ReportBase { } /** - * + * Run the report. */ public function run() { $this->pdf->body(); @@ -277,6 +277,8 @@ class ReportPdf extends ReportBase { } /** + * Create an HTML element. + * * @param $tag * @param $attrs * |
