aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Events/Node
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files/Events/Node')
-rw-r--r--lib/public/Files/Events/Node/AbstractNodeEvent.php2
-rw-r--r--lib/public/Files/Events/Node/AbstractNodesEvent.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Files/Events/Node/AbstractNodeEvent.php b/lib/public/Files/Events/Node/AbstractNodeEvent.php
index 64b0e3a3aa5..7afb71277f6 100644
--- a/lib/public/Files/Events/Node/AbstractNodeEvent.php
+++ b/lib/public/Files/Events/Node/AbstractNodeEvent.php
@@ -21,7 +21,7 @@ abstract class AbstractNodeEvent extends Event implements IWebhookCompatibleEven
* @since 20.0.0
*/
public function __construct(
- private Node $node
+ private Node $node,
) {
}
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,
) {
}