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 085ec59 commit 2847c4bCopy full SHA for 2847c4b
Tests/Fixtures/long_receiver.php
@@ -39,7 +39,7 @@
39
$worker = new Worker(['the_receiver' => $receiver], new class() implements MessageBusInterface {
40
public function dispatch($envelope, array $stamps = []): Envelope
41
{
42
- echo 'Get envelope with message: '.get_class($envelope->getMessage())."\n";
+ echo 'Get envelope with message: '.$envelope->getMessage()::class."\n";
43
echo sprintf("with stamps: %s\n", json_encode(array_keys($envelope->all()), \JSON_PRETTY_PRINT));
44
45
sleep(30);
0 commit comments