summaryrefslogtreecommitdiff
path: root/app/Report/ReportHtmlText.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-08-29 21:15:09 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-08-29 21:15:09 +0100
commit8ba2e6268c47e6eaf578c571d83b4eab25c35320 (patch)
tree4271e77aa283c61dd585ba40cfdef124db0487b9 /app/Report/ReportHtmlText.php
parent845c3ce6c174371aefb72f523a824e20d48b0876 (diff)
downloadwebtrees-8ba2e6268c47e6eaf578c571d83b4eab25c35320.tar.gz
webtrees-8ba2e6268c47e6eaf578c571d83b4eab25c35320.tar.bz2
webtrees-8ba2e6268c47e6eaf578c571d83b4eab25c35320.zip
PhpDoc
Diffstat (limited to 'app/Report/ReportHtmlText.php')
-rw-r--r--app/Report/ReportHtmlText.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Report/ReportHtmlText.php b/app/Report/ReportHtmlText.php
index 7a7e489a75..44ac7c6855 100644
--- a/app/Report/ReportHtmlText.php
+++ b/app/Report/ReportHtmlText.php
@@ -102,9 +102,9 @@ class ReportHtmlText extends ReportBaseText
*
* @param ReportHtml $html
*
- * @return array
+ * @return float|array
*/
- public function getWidth($html): array
+ public function getWidth($html)
{
// Setup the style name
if ($html->getCurrentStyle() != $this->styleName) {