Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/Type/WebMozartAssert/data/bug-117.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ class HelloWorld
* theme: array{
* backgroundColor: string|null,
* textColor: string|null,
* headerImage: array{id: int}|null,
* headerImage: array{id: int, ...<mixed>}|null,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed because 2.1.56 currently install the 2.2.x-dev branch.

This is not an issue since the syntax is supported in PHPStan 2.1 (but ignored). This way it start fixing issue about 2.2.x branch.

* ...<mixed>,
* },
* ...<mixed>,
* }
*/
public function getData(int $accountId, array $requestData): array
Expand Down
Loading