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
Next Next commit
Fix DocBlock
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal authored and backportbot-nextcloud[bot] committed Jun 10, 2022
commit 0e50636bbf0b9d48a2be176cfb359bcfca5271a5
2 changes: 1 addition & 1 deletion lib/Controller/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function cancel(): DataResponse {
return new DataResponse([], Http::STATUS_OK);
}

/*
/**
* @throws OCSException
*/
private function checkJobAndGetUser(): IUser {
Expand Down