Skip to content

Commit

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

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

0 comments on commit ff9801d

Please sign in to comment.