8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a6ecd commit ca4482bCopy full SHA for ca4482b
src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramTransportTest.php
@@ -1242,6 +1242,6 @@ public function testUsingMultipleExclusiveOptionsWillProvideExceptions(TelegramO
1242
$transport = self::createTransport($client, 'testChannel');
1243
1244
$this->expectException(MultipleExclusiveOptionsUsedException::class);
1245
- $sentMessage = $transport->send(new ChatMessage('', $messageOptions));
+ $transport->send(new ChatMessage('', $messageOptions));
1246
}
1247
0 commit comments