Remove unnecessary @throws

This commit is contained in:
Dylan K. Taylor 2016-12-20 12:25:46 +00:00 committed by GitHub
parent 4b21e35d6e
commit 50d59619a6

View File

@ -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)){