fix visibility

This commit is contained in:
Dennis Eichhorn 2021-01-23 12:27:38 +01:00
parent 89f1dd739e
commit c586ab4fc8
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ class Tag implements \JsonSerializable, ArrayableInterface
* @var string|TagL11n
* @since 1.0.0
*/
private $title = '';
protected $title = '';
/**
* Color RGBA.
@ -75,7 +75,7 @@ class Tag implements \JsonSerializable, ArrayableInterface
* @var int
* @since 1.0.0
*/
private int $type = TagType::SINGLE;
protected int $type = TagType::SINGLE;
/**
* Get created by

View File

@ -28,7 +28,7 @@ use phpOMS\Localization\ISO639x1Enum;
class TagL11n implements \JsonSerializable, ArrayableInterface
{
/**
* Article ID.
* ID.
*
* @var int
* @since 1.0.0