Skip to content

Commit ff2d09f

Browse files
TASK: fixed typing error in Jobs.php
1 parent 9f8dbb7 commit ff2d09f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Dto/Job.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static function fromJsonArray(array $in): self
6363
}
6464

6565
/**
66-
* @return string
66+
* @return JobId
6767
*/
6868
public function getId(): JobId
6969
{

0 commit comments

Comments
 (0)