Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make adjustments based on the review
Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Christoph Wurst <[email protected]>
  • Loading branch information
2 people authored and skjnldsv committed Feb 23, 2024
commit 706231438eed9e8261133df4b772a86d480dcfa0
3 changes: 0 additions & 3 deletions core/Command/Background/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ protected function configure(): void {
;
}

/**
* @throws \ReflectionException
*/
protected function execute(InputInterface $input, OutputInterface $output): int {
$jobId = (int) $input->getArgument('job-id');

Expand Down