Skip to content

Commit 40973dd

Browse files
committed
chore: Set correct version for new UserMount events
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent 565d524 commit 40973dd

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)