fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-24 01:24:14 +00:00
parent dfe68a427d
commit 0ea77924be

View File

@ -69,7 +69,7 @@ class Project
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
private string $name = ''; public string $name = '';
/** /**
* Project description. * Project description.
@ -141,7 +141,7 @@ class Project
* @var int * @var int
* @since 1.0.0 * @since 1.0.0
*/ */
private int $progressType = ProgressType::MANUAL; public int $progressType = ProgressType::MANUAL;
/** /**
* Media files. * Media files.