diff options
Diffstat (limited to 'lib/public/TextToImage/IProvider.php')
-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; |