typehint and init value optimization

This commit is contained in:
Dennis Eichhorn 2019-12-22 11:13:58 +01:00
parent d3b4dd6bcc
commit ec6cb04885

View File

@ -30,7 +30,7 @@ use phpOMS\Views\View;
*/
class PositionTagSelectorPopupView extends View
{
private $id = '';
private string $id = '';
/**
* {@inheritdoc}