refactored phpdoc, return/break statements, uses

This commit is contained in:
Steffen Schröder
2014-04-27 15:12:09 +02:00
parent b75946e048
commit acf9053117
19 changed files with 48 additions and 53 deletions

View File

@ -383,7 +383,7 @@ class ManiaControl implements CommandListener, TimerListener {
*/
private function connect() {
// Load remote client
$success = $this->server->loadConfig();
$this->server->loadConfig();
$this->log("Connecting to server at {$this->server->config->host}:{$this->server->config->port}...");