From 3124716fc2088661e8194cc7e43ac2f721f068c2 Mon Sep 17 00:00:00 2001 From: Silas Joisten Date: Sat, 12 Jul 2025 11:43:03 +0200 Subject: [PATCH] fix: PHPStan return type of `RichText` --- src/Domain/Type/RichText.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Domain/Type/RichText.php b/src/Domain/Type/RichText.php index e48a6b4..91f54e3 100644 --- a/src/Domain/Type/RichText.php +++ b/src/Domain/Type/RichText.php @@ -47,7 +47,7 @@ public function __construct(array $values) /** * @return array{ - * type: string, + * type: 'doc', * content: list, * } */