summaryrefslogtreecommitdiff
path: root/app/Report/ReportBaseImage.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Report/ReportBaseImage.php')
-rw-r--r--app/Report/ReportBaseImage.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/Report/ReportBaseImage.php b/app/Report/ReportBaseImage.php
index 1a94463c8d..7aa40f1517 100644
--- a/app/Report/ReportBaseImage.php
+++ b/app/Report/ReportBaseImage.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Report;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,7 @@ 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 ReportBaseImage
@@ -87,6 +86,8 @@ class ReportBaseImage extends ReportBaseElement {
}
/**
+ * Get the height.
+ *
* @param $renderer
*
* @return float
@@ -96,6 +97,8 @@ class ReportBaseImage extends ReportBaseElement {
}
/**
+ * Get the width.
+ *
* @param $renderer
*
* @return float