@@ -119,7 +119,7 @@ discard block |
||
| 119 | 119 | /** |
| 120 | 120 | * Handles Inbound Messages and Executes Appropriate Command. |
| 121 | 121 | * |
| 122 | - * @param $message |
|
| 122 | + * @param string $message |
|
| 123 | 123 | * @param $update |
| 124 | 124 | * |
| 125 | 125 | * @throws TelegramSDKException |
@@ -136,8 +136,9 @@ discard block |
||
| 136 | 136 | /** |
| 137 | 137 | * Execute the command. |
| 138 | 138 | * |
| 139 | - * @param $name |
|
| 139 | + * @param string $name |
|
| 140 | 140 | * @param $message |
| 141 | + * @param Update $update |
|
| 141 | 142 | * |
| 142 | 143 | * @return mixed |
| 143 | 144 | */ |
@@ -2,10 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Telegram\Bot\Objects; |
| 4 | 4 | |
| 5 | -use bar\baz\source_with_namespace; |
|
| 6 | 5 | use Doctrine\Common\Cache\FilesystemCache; |
| 7 | 6 | use Doctrine\Common\Cache\SQLite3Cache; |
| 8 | -use Telegram\Bot\Conversations\Conversation; |
|
| 9 | 7 | use Telegram\Bot\Conversations\HelloConversation; |
| 10 | 8 | |
| 11 | 9 | /** |