@@ -28,7 +28,7 @@ |
||
| 28 | 28 | * BasicEmote constructor. |
| 29 | 29 | * |
| 30 | 30 | * @param string $command The chat command |
| 31 | - * @param string $message The emote message to send |
|
| 31 | + * @param string $nbMessages The emote message to send |
|
| 32 | 32 | * @param ChatNotification $chatNotification |
| 33 | 33 | * @param array $aliases |
| 34 | 34 | * @param bool $parametersAsArray |
@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | /** |
| 63 | 63 | * Get a chat command. |
| 64 | 64 | * |
| 65 | - * @param $command |
|
| 65 | + * @param string $command |
|
| 66 | 66 | * @return ChatCommandInterface|null |
| 67 | 67 | */ |
| 68 | 68 | public function getChatCommand($command) |
@@ -72,7 +72,7 @@ discard block |
||
| 72 | 72 | |
| 73 | 73 | /** |
| 74 | 74 | * |
| 75 | - * @param $pluginId |
|
| 75 | + * @param string $pluginId |
|
| 76 | 76 | * @param $cmdTxt |
| 77 | 77 | * @param ChatCommandInterface $command |
| 78 | 78 | * |