mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Update lib/public/TextToImage/IManager.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
b9985bfd66
commit
9658d9c126
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ interface IManager {
|
|||
/**
|
||||
* @param Task $task The task to run
|
||||
* @throws PreConditionNotMetException If no or not the requested provider was registered but this method was still called
|
||||
* @throws TaskFailureException If something else failed
|
||||
* @throws TaskFailureException If something else failed. When this is thrown task status was already set to failure.
|
||||
* @since 28.0.0
|
||||
*/
|
||||
public function runTask(Task $task): void;
|
||||
|
|
|
|||
Loading…
Reference in a new issue