Skip to content

Commit

Permalink
Fix return type in a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffycondor committed Dec 18, 2022
1 parent 9733a24 commit e4b2099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CoreStubsTest.php
Expand Up @@ -9,7 +9,7 @@ class CoreStubsTest extends TestCase
use ValidCodeAnalysisTestTrait;

/**
* @return iterable<string,array{string,assertions?:array<string,string>,error_levels?:string[]}>
* @return iterable<string,array{string,assertions?:array<string,string>,error_levels?:string[],php_version?:string}>
*/
public function providerValidCodeParse(): iterable
{
Expand Down Expand Up @@ -124,7 +124,7 @@ function foo(string $foo): string
',
'assertions' => [
'$a===' => 'string',
]
],
];
}
}

0 comments on commit e4b2099

Please sign in to comment.