diff --git a/lib/private/Notification/Manager.php b/lib/private/Notification/Manager.php
index 9cca86a4bda951510230565c60a5b8a4bea8f87b..fae0a66491efcffd9852d6610bb613f16936178d 100644
--- a/lib/private/Notification/Manager.php
+++ b/lib/private/Notification/Manager.php
@@ -67,7 +67,7 @@ class Manager implements IManager {
 	/**
 	 * @param string $appClass The service must implement IApp, otherwise a
 	 *                          \InvalidArgumentException is thrown later
-	 * @since 9.0.0
+	 * @since 17.0.0
 	 */
 	public function registerApp(string $appClass): void {
 		$this->appClasses[] = $appClass;