summaryrefslogtreecommitdiff
path: root/matrix-specification/Events/StrippedStateEvent.php
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2026-03-05 14:57:28 +0100
committerDaniel Weipert <git@mail.dweipert.de>2026-03-05 14:57:28 +0100
commitbd11271621bd3759cfd194ed0119c0dc28155fd0 (patch)
tree319b4790d4e2b05513abf023732ed6fb0717f603 /matrix-specification/Events/StrippedStateEvent.php
parent2386148b8f048ba40d9f26cc97898bdcdc778ea2 (diff)
updateHEADmain
Diffstat (limited to 'matrix-specification/Events/StrippedStateEvent.php')
-rw-r--r--matrix-specification/Events/StrippedStateEvent.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/matrix-specification/Events/StrippedStateEvent.php b/matrix-specification/Events/StrippedStateEvent.php
index 6e8aea6..3eea582 100644
--- a/matrix-specification/Events/StrippedStateEvent.php
+++ b/matrix-specification/Events/StrippedStateEvent.php
@@ -12,11 +12,11 @@ class StrippedStateEvent extends SenderEvent
public function __construct(
array $content,
string $sender,
- private string $stateKey,
+ protected string $stateKey,
EventType $type,
)
{
- parent::__construct($content, $sender, $type);
+ parent::__construct($content, $type);
}
public function jsonSerialize(): array