Skip to content

Commit 12ee1a1

Browse files
committed
Fix schema annotation
1 parent 5c71aaa commit 12ee1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Representation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function __construct(
1414
public Client $client,
1515
/** @var array<WebHook> $webHooks */
1616
public array $webHooks,
17-
/** @array<Schema> $schemas */
17+
/** @var array<Schema> $schemas */
1818
public array $schemas,
1919
) {
2020
}

0 commit comments

Comments
 (0)