From 45c95d74fc2115fe4cc7214553c0927d3ce9df8d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 2 Jan 2015 21:11:19 -0500 Subject: Various fixes and improvements --- app/Action/CommentCreation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Action/CommentCreation.php') diff --git a/app/Action/CommentCreation.php b/app/Action/CommentCreation.php index 27ed011b..54d7be7d 100644 --- a/app/Action/CommentCreation.php +++ b/app/Action/CommentCreation.php @@ -16,7 +16,7 @@ class CommentCreation extends Base * Get the list of compatible events * * @access public - * @return array + * @return string[] */ public function getCompatibleEvents() { @@ -29,7 +29,7 @@ class CommentCreation extends Base * Get the required parameter for the action (defined by the user) * * @access public - * @return array + * @return string[] */ public function getActionRequiredParameters() { -- cgit v1.2.3