diff options
author | Marcel Klehr <mklehr@gmx.net> | 2023-10-26 11:49:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 11:49:02 +0200 |
commit | 1823a8ebf36ae88a960393ba34b9ca6b19cafd12 (patch) | |
tree | 676aca45199f111ae43db2f53eabf8bb27942ed0 /lib | |
parent | 9658d9c126b7e456a033fd9ca883f0f4d8cd95d7 (diff) | |
download | nextcloud-server-1823a8ebf36ae88a960393ba34b9ca6b19cafd12.tar.gz nextcloud-server-1823a8ebf36ae88a960393ba34b9ca6b19cafd12.zip |
Update lib/public/TextToImage/IProvider.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/TextToImage/IProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |