We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c71aaa commit 12ee1a1Copy full SHA for 12ee1a1
src/Representation.php
@@ -14,7 +14,7 @@ public function __construct(
14
public Client $client,
15
/** @var array<WebHook> $webHooks */
16
public array $webHooks,
17
- /** @array<Schema> $schemas */
+ /** @var array<Schema> $schemas */
18
public array $schemas,
19
) {
20
}
0 commit comments