Skip to content

Commit 52b88f1

Browse files
committed
Fix psalm docs
Signed-off-by: Nathanael Esayeas <[email protected]>
1 parent 88794e9 commit 52b88f1

File tree

1 file changed

+1
-1
lines changed
  • test/unit/Github/Api/GraphQL/Query/GetMilestoneChangelog/Response

1 file changed

+1
-1
lines changed

test/unit/Github/Api/GraphQL/Query/GetMilestoneChangelog/Response/LabelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testInvalidPayload(array $payload): void
4848
Label::fromPayload($payload);
4949
}
5050

51-
/** @return iterable<int, array<array-key,array<string, mixed>>> */
51+
/** @return iterable<int, array{array<string, mixed>}> */
5252
public function provideInvalidPayload(): iterable
5353
{
5454
yield [

0 commit comments

Comments
 (0)