Skip to content

Commit 0235c91

Browse files
committed
Cleanup
1 parent 2732086 commit 0235c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TypeParseTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ public function testTKeyedArrayNonList(): void
489489
public function testTKeyedCallableArrayNonList(): void
490490
{
491491
$this->assertSame(
492-
'callable-array{class-string, string}',
492+
'callable-array{0: class-string, 1: string}',
493493
(string)Type::parseString('callable-array{0: class-string, 1: string}'),
494494
);
495495
}

0 commit comments

Comments
 (0)