Skip to content

Commit

Permalink
fix description is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jun 29, 2023
1 parent c04a2a8 commit eabc076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/BaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ protected function getSelectedTimesheet(SymfonyStyle $io, array $timesheets): ?T
return null;
}

protected function updateTimesheet(SymfonyStyle $io, TimesheetCollectionExpanded $timesheet, ?bool $description = false, ?bool $tags = false): void
protected function updateTimesheet(SymfonyStyle $io, TimesheetCollectionExpanded $timesheet, bool|string|null $description = false, bool|string|null $tags = false): void
{
$form = new TimesheetEditForm();

Expand Down

0 comments on commit eabc076

Please sign in to comment.