aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/public/TextToImage/Events/TaskSuccessfulEvent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/TextToImage/Events/TaskSuccessfulEvent.php b/lib/public/TextToImage/Events/TaskSuccessfulEvent.php
index 3e2e76198da..15d263c0ff0 100644
--- a/lib/public/TextToImage/Events/TaskSuccessfulEvent.php
+++ b/lib/public/TextToImage/Events/TaskSuccessfulEvent.php
@@ -27,7 +27,7 @@ declare(strict_types=1);
namespace OCP\TextToImage\Events;
/**
- * @since 27.1.0
+ * @since 28.0.0
*/
class TaskSuccessfulEvent extends AbstractTextToImageEvent {
}