aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Activity
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2025-03-12 14:42:37 +0100
committerprovokateurin <kate@provokateurin.de>2025-03-12 14:52:32 +0100
commit3c698c6553c5b22391aa300718c2dc1d3ebd2fe3 (patch)
tree4a0c6fad962567fbe26da9e00dc93c4ec86c7ff9 /lib/private/Activity
parent7bcaefdaf744b8538329dcac915734f98b98aeaf (diff)
downloadnextcloud-server-fix/rich-object-strings/better-exception-messages.tar.gz
nextcloud-server-fix/rich-object-strings/better-exception-messages.zip
fix(RichObjectStrings): Make exception messages for invalid parameters more useful for debuggingfix/rich-object-strings/better-exception-messages
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'lib/private/Activity')
-rw-r--r--lib/private/Activity/Event.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/Activity/Event.php b/lib/private/Activity/Event.php
index 810af5c0612..54274acea6b 100644
--- a/lib/private/Activity/Event.php
+++ b/lib/private/Activity/Event.php
@@ -34,7 +34,7 @@ class Event implements IEvent {
protected $subjectParsed = '';
/** @var string */
protected $subjectRich = '';
- /** @var array */
+ /** @var array<string, array<string, string>> */
protected $subjectRichParameters = [];
/** @var string */
protected $message = '';
@@ -44,7 +44,7 @@ class Event implements IEvent {
protected $messageParsed = '';
/** @var string */
protected $messageRich = '';
- /** @var array */
+ /** @var array<string, array<string, string>> */
protected $messageRichParameters = [];
/** @var string */
protected $objectType = '';