diff --git a/tests/CoreStubsTest.php b/tests/CoreStubsTest.php index 3098baec8b1..411534077e1 100644 --- a/tests/CoreStubsTest.php +++ b/tests/CoreStubsTest.php @@ -9,7 +9,7 @@ class CoreStubsTest extends TestCase use ValidCodeAnalysisTestTrait; /** - * @return iterable,error_levels?:string[]}> + * @return iterable,error_levels?:string[],php_version?:string}> */ public function providerValidCodeParse(): iterable { @@ -124,7 +124,7 @@ function foo(string $foo): string ', 'assertions' => [ '$a===' => 'string', - ] + ], ]; } }