Skip to content

Commit

Permalink
Fix psalm docs
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Dec 19, 2022
1 parent 88794e9 commit 52b88f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function testInvalidPayload(array $payload): void
Label::fromPayload($payload);
}

/** @return iterable<int, array<array-key,array<string, mixed>>> */
/** @return iterable<int, array{array<string, mixed>}> */
public function provideInvalidPayload(): iterable
{
yield [
Expand Down

0 comments on commit 52b88f1

Please sign in to comment.