summaryrefslogtreecommitdiff
path: root/app/Report/ReportBaseText.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/ReportBaseText.php
parent845c3ce6c174371aefb72f523a824e20d48b0876 (diff)
downloadwebtrees-8ba2e6268c47e6eaf578c571d83b4eab25c35320.tar.gz
webtrees-8ba2e6268c47e6eaf578c571d83b4eab25c35320.tar.bz2
webtrees-8ba2e6268c47e6eaf578c571d83b4eab25c35320.zip
PhpDoc
Diffstat (limited to 'app/Report/ReportBaseText.php')
-rw-r--r--app/Report/ReportBaseText.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Report/ReportBaseText.php b/app/Report/ReportBaseText.php
index 6f39eb3aa4..b7b519b075 100644
--- a/app/Report/ReportBaseText.php
+++ b/app/Report/ReportBaseText.php
@@ -65,9 +65,9 @@ class ReportBaseText extends ReportBaseElement
* @param $wrapwidth
* @param $cellwidth
*
- * @return mixed
+ * @return int
*/
- public function setWrapWidth($wrapwidth, $cellwidth)
+ public function setWrapWidth($wrapwidth, $cellwidth): int
{
$this->wrapWidthCell = $cellwidth;
if (strpos($this->text, "\n") !== false) {