summaryrefslogtreecommitdiff
path: root/app/Report/ReportHtmlTextbox.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Report/ReportHtmlTextbox.php')
-rw-r--r--app/Report/ReportHtmlTextbox.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Report/ReportHtmlTextbox.php b/app/Report/ReportHtmlTextbox.php
index 82db40e6d6..2ce893dfc0 100644
--- a/app/Report/ReportHtmlTextbox.php
+++ b/app/Report/ReportHtmlTextbox.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Report;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,12 +13,15 @@ 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;
/**
* Class ReportHtmlTextbox
*/
class ReportHtmlTextbox extends ReportBaseTextbox {
/**
+ * Render the elements.
+ *
* @param ReportHtml $renderer
*/
public function render($renderer) {