Merge remote-tracking branch 'origin/master'

This commit is contained in:
Steffen Schröder
2013-12-09 13:05:30 +01:00
3 changed files with 2 additions and 3 deletions

View File

@ -129,7 +129,7 @@ class ManiaControl implements CommandListener {
/**
* Quit ManiaControl and log the given message
*
*test
* @param string $message
*/
public function quit($message = false) {

View File

@ -22,7 +22,6 @@ class SettingManager {
* Private properties
*/
private $maniaControl = null;
private $configurator = null;
private $arrayDelimiter = ';;';
/**