todo fixes

This commit is contained in:
Dennis Eichhorn 2020-03-03 18:53:04 +01:00
parent 5dbda2d786
commit 94bf7caf3b

View File

@ -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}