diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-08-29 21:15:09 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-08-29 21:15:09 +0100 |
| commit | 8ba2e6268c47e6eaf578c571d83b4eab25c35320 (patch) | |
| tree | 4271e77aa283c61dd585ba40cfdef124db0487b9 /app/Report/ReportBaseText.php | |
| parent | 845c3ce6c174371aefb72f523a824e20d48b0876 (diff) | |
| download | webtrees-8ba2e6268c47e6eaf578c571d83b4eab25c35320.tar.gz webtrees-8ba2e6268c47e6eaf578c571d83b4eab25c35320.tar.bz2 webtrees-8ba2e6268c47e6eaf578c571d83b4eab25c35320.zip | |
PhpDoc
Diffstat (limited to 'app/Report/ReportBaseText.php')
| -rw-r--r-- | app/Report/ReportBaseText.php | 4 |
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) { |
