From 7b1e7ac1aeb4ee81ff5f9d9325e973b475260efa Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 25 Sep 2020 15:52:23 +0200 Subject: [PATCH] NO_CI --- Views/ViewAbstract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php index a7c72a310..00edeb1c7 100644 --- a/Views/ViewAbstract.php +++ b/Views/ViewAbstract.php @@ -218,7 +218,7 @@ abstract class ViewAbstract implements RenderableInterface */ public function render(...$data) : string { - $ob = ''; + $ob = ''; try { \ob_start();