From 57106efa46ea9b32bc8efee6e8aee0b45409edf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Sat, 19 Jul 2014 23:12:20 +0200 Subject: [PATCH] fixed phpdoc --- application/core/Admin/ActionsMenu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/Admin/ActionsMenu.php b/application/core/Admin/ActionsMenu.php index ed053f6e..99b8169e 100644 --- a/application/core/Admin/ActionsMenu.php +++ b/application/core/Admin/ActionsMenu.php @@ -281,7 +281,7 @@ class ActionsMenu implements CallbackListener, ManialinkPageAnswerListener { /** * Removes a Menu Item * - * @param $order + * @param int $order * @param bool $playerAction */ public function removeMenuItem($order, $playerAction = true) {