mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 07:38:41 +00:00
test fixes + new test data
This commit is contained in:
parent
555b7cbf89
commit
0ae5260618
|
|
@ -26,4 +26,11 @@ use phpOMS\Module\UpdaterAbstract;
|
|||
*/
|
||||
final class Updater extends UpdaterAbstract
|
||||
{
|
||||
/**
|
||||
* Path of the file
|
||||
*
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public const PATH = __DIR__;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ class Tag implements \JsonSerializable
|
|||
* @var string|BaseStringL11n
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected string | BaseStringL11n $title = '';
|
||||
public string | BaseStringL11n $title = '';
|
||||
|
||||
/**
|
||||
* Color RGBA.
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class BaseView extends View
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private string $id = '';
|
||||
public string $id = '';
|
||||
|
||||
/**
|
||||
* Is required?
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user