Skip to content

Commit

Permalink
test: fix wrong type in param annotation (#7858)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Feb 27, 2024
1 parent e1b66dd commit 1543a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tokenizer/Analyzer/DataProviderAnalyzerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
final class DataProviderAnalyzerTest extends TestCase
{
/**
* @param array<int> $expected
* @param list<DataProviderAnalysis> $expected
*
* @dataProvider provideGettingDataProvidersCases
*/
Expand Down

0 comments on commit 1543a7a

Please sign in to comment.