From 287e6316d6dbff74a24c9792d249c7a1a45f48fe Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 7 Apr 2017 18:46:12 +0200 Subject: [PATCH] fixed doc --- core/Script/InvokeScriptCallback.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Script/InvokeScriptCallback.php b/core/Script/InvokeScriptCallback.php index f5f1bc93..298470c0 100644 --- a/core/Script/InvokeScriptCallback.php +++ b/core/Script/InvokeScriptCallback.php @@ -55,6 +55,7 @@ class InvokeScriptCallback implements CallbackListener, UsageInformationAble { /** * You can set a Method in your Class to be called with this Variant * + * @api * @param \ManiaControl\Callbacks\CallbackListener $callbackListener * @param $methodName */