diff options
Diffstat (limited to 'app/Report/AbstractRenderer.php')
| -rw-r--r-- | app/Report/AbstractRenderer.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/Report/AbstractRenderer.php b/app/Report/AbstractRenderer.php index c474614b41..c4b4fb9322 100644 --- a/app/Report/AbstractRenderer.php +++ b/app/Report/AbstractRenderer.php @@ -203,16 +203,6 @@ abstract class AbstractRenderer abstract public function createText(string $style, string $color): ReportBaseText; /** - * Create an HTML element. - * - * @param string $tag - * @param string[] $attrs - * - * @return ReportBaseHtml - */ - abstract public function createHTML(string $tag, array $attrs): ReportBaseHtml; - - /** * Create a line. * * @param float $x1 |
