Skip to content

Commit c67c14e

Browse files
authored
test(hal): correct context array key type in normalizer test docblock (#7964)
| Q | A | ------------- | --- | Branch? | 4.3 | Tickets | ∅ | License | MIT | Doc PR | ∅
1 parent 30a8e9e commit c67c14e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Hal/Tests/Serializer/ItemNormalizerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ public function testMaxDepth(): void
422422
}
423423

424424
/**
425-
* @param array<int,mixed> $context
426-
* @param array<int,mixed> $expected
425+
* @param array<string,mixed> $context
426+
* @param array<string,mixed> $expected
427427
*/
428428
#[DataProvider('getSkipNullToOneRelationCases')]
429429
public function testSkipNullToOneRelation(array $context, array $expected): void

0 commit comments

Comments
 (0)