Skip to content

Commit 5a34952

Browse files
authored
Merge pull request #229 from mspirkov/fix-return-annotation
Fix `@return` annotation for `SelfTest::provideToStringData()`
2 parents 0162c4f + 8373ebb commit 5a34952

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)