php cs and stan fixes

This commit is contained in:
Dennis Eichhorn 2020-03-02 22:49:01 +01:00
parent d092232673
commit 8eb88fd7e2

View File

@ -30,7 +30,13 @@ use phpOMS\Views\View;
*/
class BaseView extends View
{
private $id = '';
/**
* Dom id
*
* @var string
* @since 1.0.0
*/
private string $id = '';
/**
* {@inheritdoc}