Skip to content

Commit a97eacc

Browse files
staabmsebastianbergmann
authored andcommitted
fix missing parameter type
1 parent f2c5070 commit a97eacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Runner/ResultCache/ResultCacheIdTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static function provideResultCacheIds(): iterable
3131
}
3232

3333
#[DataProvider('provideResultCacheIds')]
34-
public function testResultCacheId($expectedString, ResultCacheId $cacheId): void
34+
public function testResultCacheId(string $expectedString, ResultCacheId $cacheId): void
3535
{
3636
$this->assertSame($expectedString, $cacheId->asString());
3737
}

0 commit comments

Comments
 (0)