Skip to content

Commit b629a01

Browse files
committed
style(metadata): align getSchema return type with property
1 parent 62a9cc8 commit b629a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Metadata/Parameter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function getKey(): ?string
6161
}
6262

6363
/**
64-
* @return (array<string, mixed>&array{type?: string, default?: string})|null $schema
64+
* @return (array<string, mixed>&array{type?: string, default?: mixed})|null $schema
6565
*/
6666
public function getSchema(): ?array
6767
{

0 commit comments

Comments
 (0)