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:
Marcel Klehr 2025-10-14 15:41:13 +02:00
parent 86316f7c45
commit 8cf1504a76

View file

@ -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;