From ff2d09fd2a4a90cef9fc095133d5a21fe847e626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20D=C3=A4hne?= Date: Mon, 13 Nov 2023 11:48:58 +0100 Subject: [PATCH] TASK: fixed typing error in Jobs.php --- Classes/Dto/Job.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Dto/Job.php b/Classes/Dto/Job.php index 6c33b90..9a4dfbd 100644 --- a/Classes/Dto/Job.php +++ b/Classes/Dto/Job.php @@ -63,7 +63,7 @@ public static function fromJsonArray(array $in): self } /** - * @return string + * @return JobId */ public function getId(): JobId {