Skip to content

Commit 9ae4949

Browse files
authored
fix: other lines
Doing this on the phone sucks :(
1 parent 0da010d commit 9ae4949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Metadata/Parameter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function getKey(): ?string
6464
}
6565

6666
/**
67-
* @return array{type?: string, default?: string, ...array<string, mixed>}|null $schema
67+
* @return array{type?: string, default?: string, ...<string, mixed>}|null $schema
6868
*/
6969
public function getSchema(): ?array
7070
{
@@ -180,7 +180,7 @@ public function withPriority(int $priority): static
180180
}
181181

182182
/**
183-
* @param array{type?: string, default?: string, ...array<string, mixed>}|null $schema
183+
* @param array{type?: string, default?: string, ...<string, mixed>}|null $schema
184184
*/
185185
public function withSchema(array $schema): static
186186
{

0 commit comments

Comments
 (0)