From 28f60a1ddb0e453b7c39aee7e1bcc4a1c34dec68 Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 7 Apr 2017 18:37:36 +0200 Subject: [PATCH] reformat code --- core/Script/ModeScriptEventManager.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/core/Script/ModeScriptEventManager.php b/core/Script/ModeScriptEventManager.php index c56ab225..adca2679 100644 --- a/core/Script/ModeScriptEventManager.php +++ b/core/Script/ModeScriptEventManager.php @@ -3,7 +3,6 @@ namespace ManiaControl\Script; use ManiaControl\Callbacks\Callbacks; -use ManiaControl\Callbacks\Structures\ShootMania\OnScoresStructure; use ManiaControl\General\UsageInformationAble; use ManiaControl\General\UsageInformationTrait; use ManiaControl\ManiaControl; @@ -102,8 +101,8 @@ class ModeScriptEventManager implements UsageInformationAble { /** * Request a list of all enabled callbacks. This method will trigger the "XmlRpc.CallbacksList_Enabled" callback. - *@api * + * @api * @return \ManiaControl\Script\InvokeScriptCallback You can directly set a callable on it via setCallable() */ public function getListOfEnabledCallbacks() { @@ -221,6 +220,7 @@ class ModeScriptEventManager implements UsageInformationAble { /** * Stop any ongoing warmup. + * * @api */ public function stopManiaPlanetWarmup() { @@ -382,6 +382,7 @@ class ModeScriptEventManager implements UsageInformationAble { /** * Update the ui properties. + * * @api * @param string Json-Encoded Xml UI Property String */ @@ -391,6 +392,7 @@ class ModeScriptEventManager implements UsageInformationAble { /** * Stop the whole warm up sequence. + * * @api */ public function stopTrackmaniaWarmup() { @@ -399,6 +401,7 @@ class ModeScriptEventManager implements UsageInformationAble { /** * Stop the current warm up round. + * * @api */ public function stopTrackmaniaRound() { @@ -408,6 +411,7 @@ class ModeScriptEventManager implements UsageInformationAble { /** * Stop the current round. Only available in Cup, Rounds and Team modes. + * * @api */ public function forceTrackmaniaRoundEnd() { @@ -416,6 +420,7 @@ class ModeScriptEventManager implements UsageInformationAble { /** * Generates the needed Unique ResponseId + * * @return string */ private function generateResponseId() {