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

View file

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