From 1823a8ebf36ae88a960393ba34b9ca6b19cafd12 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 26 Oct 2023 11:49:02 +0200 Subject: [PATCH] Update lib/public/TextToImage/IProvider.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr --- lib/public/TextToImage/IProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/TextToImage/IProvider.php b/lib/public/TextToImage/IProvider.php index 596b9dd52cc..9f2ff51f599 100644 --- a/lib/public/TextToImage/IProvider.php +++ b/lib/public/TextToImage/IProvider.php @@ -34,7 +34,7 @@ use RuntimeException; */ interface IProvider { /** - * The ID of this provider + * An arbitrary unique text string identifying this provider * @since 28.0.0 */ public function getId(): string;