Skip to content

Commit

Permalink
TASK: fixed typing error in Jobs.php
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-daehne committed Nov 14, 2023
1 parent 9f8dbb7 commit ff2d09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Dto/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static function fromJsonArray(array $in): self
}

/**
* @return string
* @return JobId
*/
public function getId(): JobId
{
Expand Down

0 comments on commit ff2d09f

Please sign in to comment.