Skip to content

Commit

Permalink
Narrow type
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 22, 2024
1 parent 0153a92 commit af8e0e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ExporterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,8 @@ public function testIgnoreKeysInValue(): void
}

/**
* @param array<mixed> $value
* @param array<mixed> $value
* @param non-negative-int $limit
*/
#[DataProvider('shortenedRecursiveExportProvider')]
public function testShortenedRecursiveExport(array $value, string $expected, int $limit): void
Expand Down

0 comments on commit af8e0e4

Please sign in to comment.