We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740982c commit 8988c51Copy full SHA for 8988c51
1 file changed
tests/Unit/Support/TestMessage.php
@@ -9,7 +9,7 @@
9
10
final class TestMessage extends Message
11
{
12
- public static function fromData(string $type, mixed $data, array $metadata = []): MessageInterface
+ public static function fromData(string $type, mixed $data): MessageInterface
13
14
return new self();
15
}
0 commit comments