mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
fix: Apply suggestion from @kyteinsky
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
86316f7c45
commit
8cf1504a76
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ interface IManager {
|
|||
* @throws Exception If the query failed
|
||||
* @throws NotFoundException If the task could not be found
|
||||
* @since 30.0.0
|
||||
* @aince 33.0.0 Added `userFacingError` parameter
|
||||
* @since 33.0.0 Added `userFacingError` parameter
|
||||
*/
|
||||
public function setTaskResult(int $id, ?string $error, ?array $result, bool $isUsingFileIds = false, ?string $userFacingError = null): void;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue