diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php index 3d32a8558..c572cc0e1 100644 --- a/Views/ViewAbstract.php +++ b/Views/ViewAbstract.php @@ -184,7 +184,7 @@ abstract class ViewAbstract implements \Serializable * @since 1.0.0 * @author Dennis Eichhorn */ - public function addView(string $id, View $view, int $order = 0, bool $overwrite = true) + public function addView(string $id, View $view, int $order = 0, bool $overwrite = true) /* : void */ { if ($overwrite || !isset($this->views[$id])) { $this->views[$id] = $view;