Skip to content

Commit c513b9c

Browse files
committed
Minor fixes
1 parent 75fc595 commit c513b9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Commands/Conversation/CancelCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function execute(): ServerResponse
9696
* @return ServerResponse
9797
* @throws TelegramException
9898
*/
99-
private function removeKeyboard($text): ServerResponse
99+
private function removeKeyboard(string $text): ServerResponse
100100
{
101101
return $this->replyToChat($text, [
102102
'reply_markup' => Keyboard::remove(['selective' => true]),

Diff for: Commands/Conversation/SurveyCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class SurveyCommand extends UserCommand
3636
/**
3737
* @var string
3838
*/
39-
protected $description = 'Survery for bot users';
39+
protected $description = 'Survey for bot users';
4040

4141
/**
4242
* @var string

0 commit comments

Comments
 (0)