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 c90498d commit 56af434Copy full SHA for 56af434
tests/Unit/Commands/CommandBusTest.php
@@ -70,7 +70,7 @@ public function it_throws_an_exception_if_command_is_not_an_instance_of_command_
70
$this->expectException(TelegramSDKException::class);
71
$this->bus->addCommand(
72
new class() {
73
- }
+ }
74
);
75
}
76
0 commit comments