From 94bf7caf3b27a670eaca774051307633a5e0624c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 3 Mar 2020 18:53:04 +0100 Subject: [PATCH] todo fixes --- .../Backend/Components/AccountGroupSelector/PopupView.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Theme/Backend/Components/AccountGroupSelector/PopupView.php b/Theme/Backend/Components/AccountGroupSelector/PopupView.php index 56bef44..3ef11a0 100644 --- a/Theme/Backend/Components/AccountGroupSelector/PopupView.php +++ b/Theme/Backend/Components/AccountGroupSelector/PopupView.php @@ -30,7 +30,13 @@ use phpOMS\Views\View; */ class PopupView extends View { - private $id = ''; + /** + * Dom id + * + * @var string + * @since 1.0.0 + */ + private string $id = ''; /** * {@inheritdoc}