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 75fc595 commit c513b9cCopy full SHA for c513b9c
Commands/Conversation/CancelCommand.php
@@ -96,7 +96,7 @@ public function execute(): ServerResponse
96
* @return ServerResponse
97
* @throws TelegramException
98
*/
99
- private function removeKeyboard($text): ServerResponse
+ private function removeKeyboard(string $text): ServerResponse
100
{
101
return $this->replyToChat($text, [
102
'reply_markup' => Keyboard::remove(['selective' => true]),
Commands/Conversation/SurveyCommand.php
@@ -36,7 +36,7 @@ class SurveyCommand extends UserCommand
36
/**
37
* @var string
38
39
- protected $description = 'Survery for bot users';
+ protected $description = 'Survey for bot users';
40
41
42
0 commit comments