Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsolt Gál committed Nov 21, 2023
1 parent edd9bd7 commit f663308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Technodelight/Jira/Console/Input/Worklog/Comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function read(
OutputInterface $output,
Issue $issue = null,
Worklog $worklog = null
): string {
): ?string {
$q = new QuestionHelper();
$question = new Question($this->worklogCommentDialogText($worklog->comment(), $worklog));
$question->setAutocompleterCallback(new Aggregate([
Expand Down

0 comments on commit f663308

Please sign in to comment.