summaryrefslogtreecommitdiff
path: root/app/Report/ReportBaseText.php
diff options
context:
space:
mode:
authorRico Sonntag <mail@ricosonntag.de>2018-08-20 20:07:30 +0200
committerGreg Roach <fisharebest@gmail.com>2018-08-20 19:07:30 +0100
commit4c29193669fe36c173bbb12eed085b60e67dcc0f (patch)
treeed344de12b26afd0d8dddfd554f3b733008d8a9e /app/Report/ReportBaseText.php
parentd058bf46217ff15e573597ec53da080010b97477 (diff)
downloadwebtrees-4c29193669fe36c173bbb12eed085b60e67dcc0f.tar.gz
webtrees-4c29193669fe36c173bbb12eed085b60e67dcc0f.tar.bz2
webtrees-4c29193669fe36c173bbb12eed085b60e67dcc0f.zip
__construct cannot return a value (#1838)
Diffstat (limited to 'app/Report/ReportBaseText.php')
-rw-r--r--app/Report/ReportBaseText.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Report/ReportBaseText.php b/app/Report/ReportBaseText.php
index 3254440879..05ff4e950f 100644
--- a/app/Report/ReportBaseText.php
+++ b/app/Report/ReportBaseText.php
@@ -57,8 +57,6 @@ class ReportBaseText extends ReportBaseElement
$this->color = $color;
$this->wrapWidthRemaining = 0;
$this->styleName = $style;
-
- return 0;
}
/**