minor fixes

This commit is contained in:
Steffen Schröder
2014-05-13 16:54:32 +02:00
parent 2a705e05d9
commit 30b11cc466
4 changed files with 9 additions and 9 deletions

View File

@ -329,7 +329,7 @@ class LocalRecordsPlugin implements CallbackListener, CommandListener, TimerList
*
* @param Setting $setting
*/
public function handleSettingsChanged(Setting $setting) {
public function handleSettingChanged(Setting $setting) {
if (!$setting->belongsToClass($this)) {
return;
}