fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-24 01:11:12 +00:00
parent a8d2181ba5
commit 0a0fd44088

View File

@ -151,7 +151,7 @@ class Event
* @var int * @var int
* @since 1.0.0 * @since 1.0.0
*/ */
private int $progressType = ProgressType::MANUAL; public int $progressType = ProgressType::MANUAL;
/** /**
* Created. * Created.