Skip to content

Commit 8373ebb

Browse files
committed
Fix @return annotation for SelfTest::provideToStringData()
1 parent 8cbe610 commit 8373ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Types/SelfTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testToString(string $expectedResult, Self_ $type): void
3838
}
3939

4040
/**
41-
* @return array<string, array{string, OffsetAccess}>
41+
* @return array<string, array{string, Self_}>
4242
*/
4343
public static function provideToStringData(): array
4444
{

0 commit comments

Comments
 (0)