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;