diff --git a/apps/files_reminders/lib/Notification/Notifier.php b/apps/files_reminders/lib/Notification/Notifier.php
index 565ef9a4695..337ef04c814 100644
--- a/apps/files_reminders/lib/Notification/Notifier.php
+++ b/apps/files_reminders/lib/Notification/Notifier.php
@@ -76,7 +76,7 @@ class Notifier implements INotifier {
[
'name' => [
'type' => 'highlight',
- 'id' => $node->getId(),
+ 'id' => (string)$node->getId(),
'name' => $node->getName(),
],
],
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index dc24381b95a..1a94fd88a17 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -843,6 +843,12 @@
+
+
+
+
+
+
diff --git a/psalm.xml b/psalm.xml
index 22428fb4725..0fdbc287b5a 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -30,6 +30,7 @@
+