aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Events/Node/AbstractNodesEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files/Events/Node/AbstractNodesEvent.php')
-rw-r--r--lib/public/Files/Events/Node/AbstractNodesEvent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/Events/Node/AbstractNodesEvent.php b/lib/public/Files/Events/Node/AbstractNodesEvent.php
index 7941a9e596a..8fa8795d1df 100644
--- a/lib/public/Files/Events/Node/AbstractNodesEvent.php
+++ b/lib/public/Files/Events/Node/AbstractNodesEvent.php
@@ -22,7 +22,7 @@ abstract class AbstractNodesEvent extends Event implements IWebhookCompatibleEve
*/
public function __construct(
private Node $source,
- private Node $target
+ private Node $target,
) {
}