@@ -50,7 +50,7 @@ |
||
| 50 | 50 | * Send message. |
| 51 | 51 | * |
| 52 | 52 | * @param string $messageId |
| 53 | - * @param string|string[]|null $to |
|
| 53 | + * @param null|string $to |
|
| 54 | 54 | * @param string[] $parameters |
| 55 | 55 | */ |
| 56 | 56 | public function sendMessage($messageId, $to = null, $parameters = []) |
@@ -20,8 +20,6 @@ |
||
| 20 | 20 | /** |
| 21 | 21 | * Dispatcher constructor. |
| 22 | 22 | * |
| 23 | - * @param DataProviderManager $dataProviderManager |
|
| 24 | - * @param PluginManager $pluginManager |
|
| 25 | 23 | */ |
| 26 | 24 | public function __construct(Console $console) |
| 27 | 25 | { |
@@ -500,7 +500,7 @@ |
||
| 500 | 500 | } |
| 501 | 501 | |
| 502 | 502 | /** |
| 503 | - * @param \Maniaplanet\DedicatedServer\Structures\Player|array $data |
|
| 503 | + * @param \Maniaplanet\DedicatedServer\Structures\PlayerInfo $data |
|
| 504 | 504 | * |
| 505 | 505 | * @return $this |
| 506 | 506 | */ |
@@ -245,7 +245,7 @@ |
||
| 245 | 245 | * |
| 246 | 246 | * @param Format $format New Format |
| 247 | 247 | * |
| 248 | - * @return static |
|
| 248 | + * @return Frame |
|
| 249 | 249 | * @deprecated Use Style |
| 250 | 250 | * @see Style |
| 251 | 251 | */ |