summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Report/ReportBaseCell.php2
-rw-r--r--app/Report/ReportBaseHtml.php2
-rw-r--r--app/Report/ReportBaseImage.php2
-rw-r--r--app/Report/ReportBaseLine.php2
-rw-r--r--app/Report/ReportBasePageheader.php2
-rw-r--r--app/Report/ReportBaseText.php2
-rw-r--r--app/Report/ReportBaseTextbox.php2
7 files changed, 0 insertions, 14 deletions
diff --git a/app/Report/ReportBaseCell.php b/app/Report/ReportBaseCell.php
index 8bb9cfe84f..4adbc9fd20 100644
--- a/app/Report/ReportBaseCell.php
+++ b/app/Report/ReportBaseCell.php
@@ -148,8 +148,6 @@ class ReportBaseCell extends ReportBaseElement
$this->stretch = $stretch;
$this->width = $width;
$this->reseth = $reseth;
-
- return 0;
}
/**
diff --git a/app/Report/ReportBaseHtml.php b/app/Report/ReportBaseHtml.php
index 8011baa327..893f122205 100644
--- a/app/Report/ReportBaseHtml.php
+++ b/app/Report/ReportBaseHtml.php
@@ -39,8 +39,6 @@ class ReportBaseHtml extends ReportBaseElement
{
$this->tag = $tag;
$this->attrs = $attrs;
-
- return 0;
}
/**
diff --git a/app/Report/ReportBaseImage.php b/app/Report/ReportBaseImage.php
index 82e28c8a4c..980675f7a7 100644
--- a/app/Report/ReportBaseImage.php
+++ b/app/Report/ReportBaseImage.php
@@ -83,8 +83,6 @@ class ReportBaseImage extends ReportBaseElement
$this->y = $y;
$this->align = $align;
$this->line = $ln;
-
- return 0;
}
/**
diff --git a/app/Report/ReportBaseLine.php b/app/Report/ReportBaseLine.php
index d1611f2b72..9d70b2ac93 100644
--- a/app/Report/ReportBaseLine.php
+++ b/app/Report/ReportBaseLine.php
@@ -59,8 +59,6 @@ class ReportBaseLine extends ReportBaseElement
$this->y1 = $y1;
$this->x2 = $x2;
$this->y2 = $y2;
-
- return 0;
}
/**
diff --git a/app/Report/ReportBasePageheader.php b/app/Report/ReportBasePageheader.php
index 9d3b3f0d0f..8db8ebccaa 100644
--- a/app/Report/ReportBasePageheader.php
+++ b/app/Report/ReportBasePageheader.php
@@ -29,8 +29,6 @@ class ReportBasePageheader extends ReportBaseElement
public function __construct()
{
$this->elements = [];
-
- return 0;
}
/**
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;
}
/**
diff --git a/app/Report/ReportBaseTextbox.php b/app/Report/ReportBaseTextbox.php
index 93bbfec3a7..a613fefe7f 100644
--- a/app/Report/ReportBaseTextbox.php
+++ b/app/Report/ReportBaseTextbox.php
@@ -143,8 +143,6 @@ class ReportBaseTextbox extends ReportBaseElement
$this->width = $width;
$this->padding = $padding;
$this->reseth = $reseth;
-
- return 0;
}
/**