fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-24 01:11:12 +00:00
parent 7cc1ea3a8f
commit f6eae1f6ad

View File

@ -100,7 +100,7 @@ class TaskElement implements \JsonSerializable
* @var int * @var int
* @since 1.0.0 * @since 1.0.0
*/ */
protected int $priority = TaskPriority::NONE; public int $priority = TaskPriority::NONE;
/** /**
* Media. * Media.