Server: fixed doc comment for shutdown()

This commit is contained in:
Dylan K. Taylor 2018-06-11 12:32:38 +01:00
parent a080a9b75c
commit b3ea9606c7

View File

@ -2003,7 +2003,7 @@ class Server{
}
/**
* Shutdowns the server correctly
* Shuts the server down correctly
*/
public function shutdown(){
$this->isRunning = false;