Skip to content

Commit c2625a4

Browse files
authored
fix: PHPStan return type of RichText (#54)
1 parent 649327e commit c2625a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domain/Type/RichText.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(array $values)
4747

4848
/**
4949
* @return array{
50-
* type: string,
50+
* type: 'doc',
5151
* content: list<mixed[]>,
5252
* }
5353
*/

0 commit comments

Comments
 (0)