aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Events/BeforeNodeRestoredEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/lib/Events/BeforeNodeRestoredEvent.php')
-rw-r--r--apps/files_trashbin/lib/Events/BeforeNodeRestoredEvent.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/Events/BeforeNodeRestoredEvent.php b/apps/files_trashbin/lib/Events/BeforeNodeRestoredEvent.php
index 2aabd101d28..0bc6b37c35b 100644
--- a/apps/files_trashbin/lib/Events/BeforeNodeRestoredEvent.php
+++ b/apps/files_trashbin/lib/Events/BeforeNodeRestoredEvent.php
@@ -16,7 +16,11 @@ use OCP\Files\Node;
* @since 28.0.0
*/
class BeforeNodeRestoredEvent extends AbstractNodesEvent {
- public function __construct(Node $source, Node $target, private bool &$run) {
+ public function __construct(
+ Node $source,
+ Node $target,
+ private bool &$run,
+ ) {
parent::__construct($source, $target);
}