From 7c011b221201afe6d5b5b335dcf02cb55da742b4 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Mon, 25 May 2026 10:00:05 +0200 Subject: [PATCH] Prepare 2.2.x --- tests/Type/WebMozartAssert/data/bug-117.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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