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:
Marcel Klehr 2023-10-26 11:44:24 +02:00 committed by GitHub
parent b9985bfd66
commit 9658d9c126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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