Skip to content

Commit 95b961c

Browse files
Merge pull request #52982 from nextcloud/chore/user-mount-events-since
2 parents edf21d9 + 40973dd commit 95b961c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/public/Files/Config/Event/UserMountAddedEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Event emitted when a user mount was added.
1818
*
19-
* @since 31.0.0
19+
* @since 32.0.0
2020
*/
2121
class UserMountAddedEvent extends Event {
2222
public function __construct(

lib/public/Files/Config/Event/UserMountRemovedEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Event emitted when a user mount was removed.
1818
*
19-
* @since 31.0.0
19+
* @since 32.0.0
2020
*/
2121
class UserMountRemovedEvent extends Event {
2222
public function __construct(

lib/public/Files/Config/Event/UserMountUpdatedEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Event emitted when a user mount was moved.
1818
*
19-
* @since 31.0.0
19+
* @since 32.0.0
2020
*/
2121
class UserMountUpdatedEvent extends Event {
2222
public function __construct(

0 commit comments

Comments
 (0)