Skip to content

Commit 8988c51

Browse files
committed
fix
1 parent 740982c commit 8988c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/Support/TestMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
final class TestMessage extends Message
1111
{
12-
public static function fromData(string $type, mixed $data, array $metadata = []): MessageInterface
12+
public static function fromData(string $type, mixed $data): MessageInterface
1313
{
1414
return new self();
1515
}

0 commit comments

Comments
 (0)