From b08047ba485f86038f33175162943c0a9878ab1a Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 19 Sep 2025 17:03:47 +0200 Subject: add separate matrix specification package --- matrix-specification/Events/Event.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 matrix-specification/Events/Event.php (limited to 'matrix-specification/Events/Event.php') diff --git a/matrix-specification/Events/Event.php b/matrix-specification/Events/Event.php new file mode 100644 index 0000000..fe85f48 --- /dev/null +++ b/matrix-specification/Events/Event.php @@ -0,0 +1,17 @@ + $content + */ + public function __construct( + protected array $content, + protected EventType $type, + ) + {} +} -- cgit v1.2.3