From ccbe3642212bd10b452fb23e16289046f40a3b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Sun, 5 Jan 2014 13:45:41 +0100 Subject: [PATCH] fixed php doc --- application/core/Admin/ActionsMenu.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/core/Admin/ActionsMenu.php b/application/core/Admin/ActionsMenu.php index 13278a13..e6fb23c8 100644 --- a/application/core/Admin/ActionsMenu.php +++ b/application/core/Admin/ActionsMenu.php @@ -63,6 +63,7 @@ class ActionsMenu implements CallbackListener, ManialinkPageAnswerListener { * @param Control $control * @param bool $playerAction * @param int $order + * @param string $description */ public function addMenuItem(Control $control, $playerAction = true, $order = 0, $description = null) { if ($playerAction) { @@ -78,6 +79,7 @@ class ActionsMenu implements CallbackListener, ManialinkPageAnswerListener { * * @param Control $control * @param int $order + * @param string $description */ public function addPlayerMenuItem(Control $control, $order = 0, $description = null) { if (!isset($this->playerMenuItems[$order])) { @@ -93,6 +95,7 @@ class ActionsMenu implements CallbackListener, ManialinkPageAnswerListener { * * @param Control $control * @param int $order + * @param string $description */ public function addAdminMenuItem(Control $control, $order = 0, $description = null) { if (!isset($this->adminMenuItems[$order])) {