aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2025-05-20 13:13:49 +0200
committerprovokateurin <kate@provokateurin.de>2025-05-20 13:13:49 +0200
commit40973ddde00b13d8dc72fc070367015c6fd90cb8 (patch)
treeb960e8050c0c6864fd5abf990580163bd9bf0d6c
parent565d524cd4b95e24469f9d0c105cd72dddbdd757 (diff)
downloadnextcloud-server-chore/user-mount-events-since.tar.gz
nextcloud-server-chore/user-mount-events-since.zip
chore: Set correct version for new UserMount eventschore/user-mount-events-since
Signed-off-by: provokateurin <kate@provokateurin.de>
-rw-r--r--lib/public/Files/Config/Event/UserMountAddedEvent.php2
-rw-r--r--lib/public/Files/Config/Event/UserMountRemovedEvent.php2
-rw-r--r--lib/public/Files/Config/Event/UserMountUpdatedEvent.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/Files/Config/Event/UserMountAddedEvent.php b/lib/public/Files/Config/Event/UserMountAddedEvent.php
index 45cfadc7967..f2846f2ff2b 100644
--- a/lib/public/Files/Config/Event/UserMountAddedEvent.php
+++ b/lib/public/Files/Config/Event/UserMountAddedEvent.php
@@ -16,7 +16,7 @@ use OCP\Files\Mount\IMountPoint;
/**
* Event emitted when a user mount was added.
*
- * @since 31.0.0
+ * @since 32.0.0
*/
class UserMountAddedEvent extends Event {
public function __construct(
diff --git a/lib/public/Files/Config/Event/UserMountRemovedEvent.php b/lib/public/Files/Config/Event/UserMountRemovedEvent.php
index c6db238a9b5..bdf264c9c4b 100644
--- a/lib/public/Files/Config/Event/UserMountRemovedEvent.php
+++ b/lib/public/Files/Config/Event/UserMountRemovedEvent.php
@@ -16,7 +16,7 @@ use OCP\Files\Mount\IMountPoint;
/**
* Event emitted when a user mount was removed.
*
- * @since 31.0.0
+ * @since 32.0.0
*/
class UserMountRemovedEvent extends Event {
public function __construct(
diff --git a/lib/public/Files/Config/Event/UserMountUpdatedEvent.php b/lib/public/Files/Config/Event/UserMountUpdatedEvent.php
index 6c5fd0524e4..36d9cd55562 100644
--- a/lib/public/Files/Config/Event/UserMountUpdatedEvent.php
+++ b/lib/public/Files/Config/Event/UserMountUpdatedEvent.php
@@ -16,7 +16,7 @@ use OCP\Files\Mount\IMountPoint;
/**
* Event emitted when a user mount was moved.
*
- * @since 31.0.0
+ * @since 32.0.0
*/
class UserMountUpdatedEvent extends Event {
public function __construct(