mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Remove unnecessary @throws
This commit is contained in:
@ -1818,8 +1818,6 @@ class Server{
|
||||
* @param string $commandLine
|
||||
*
|
||||
* @return bool
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function dispatchCommand(CommandSender $sender, $commandLine){
|
||||
if($this->commandMap->dispatch($sender, $commandLine)){
|
||||
|
Reference in New Issue
Block a user