diff --git a/tests/Type/WebMozartAssert/data/bug-117.php b/tests/Type/WebMozartAssert/data/bug-117.php index 635f100..00a34ec 100644 --- a/tests/Type/WebMozartAssert/data/bug-117.php +++ b/tests/Type/WebMozartAssert/data/bug-117.php @@ -18,8 +18,10 @@ class HelloWorld * theme: array{ * backgroundColor: string|null, * textColor: string|null, - * headerImage: array{id: int}|null, + * headerImage: array{id: int, ...}|null, + * ..., * }, + * ..., * } */ public function getData(int $accountId, array $requestData): array