Removed Closing PHP Tags

This commit is contained in:
Steffen Schröder
2013-12-15 09:00:30 +01:00
parent 40e7b45b9c
commit 43b46aaf01
26 changed files with 36 additions and 88 deletions

View File

@ -147,5 +147,3 @@ class AdminMenu implements CallbackListener {
$this->manialink = $manialink;
}
}
?>

View File

@ -157,5 +157,3 @@ class AuthCommands implements CommandListener {
return $this->maniaControl->chat->sendUsageInfo($message, $player->login);
}
}
?>

View File

@ -202,5 +202,3 @@ class AuthenticationManager {
return self::AUTH_LEVEL_PLAYER;
}
}
?>