From c586ab4fc8100b6f640c52bb512fec4af9c0179a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 23 Jan 2021 12:27:38 +0100 Subject: [PATCH] fix visibility --- Models/Tag.php | 4 ++-- Models/TagL11n.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Models/Tag.php b/Models/Tag.php index cf6d072..7fe3fe3 100755 --- a/Models/Tag.php +++ b/Models/Tag.php @@ -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 diff --git a/Models/TagL11n.php b/Models/TagL11n.php index b6819d0..1fdc7bb 100755 --- a/Models/TagL11n.php +++ b/Models/TagL11n.php @@ -28,7 +28,7 @@ use phpOMS\Localization\ISO639x1Enum; class TagL11n implements \JsonSerializable, ArrayableInterface { /** - * Article ID. + * ID. * * @var int * @since 1.0.0