diff options
Diffstat (limited to 'app/Report/ReportPdfImage.php')
| -rw-r--r-- | app/Report/ReportPdfImage.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Report/ReportPdfImage.php b/app/Report/ReportPdfImage.php index dd589fc065..c4102b1328 100644 --- a/app/Report/ReportPdfImage.php +++ b/app/Report/ReportPdfImage.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 ReportPdfImage @@ -106,6 +105,8 @@ class ReportPdfImage extends ReportBaseImage { } /** + * Get the image width. + * * @param $pdf * * @return float |
