code refactoring

- variable names
- unused parameters
This commit is contained in:
Steffen Schröder
2014-06-14 15:48:27 +02:00
parent b1663303b0
commit ff0dfc4ae7
31 changed files with 439 additions and 489 deletions

View File

@ -40,11 +40,9 @@ class UsageReporter implements TimerListener {
}
/**
* Report Usage every xx Minutes
*
* @param float $time
* Report Usage of ManiaControl on the current Server
*/
public function reportUsage($time) {
public function reportUsage() {
if (DEV_MODE || !$this->maniaControl->settingManager->getSettingValue($this, self::SETTING_REPORT_USAGE)) {
return;
}