From ff85518fa8f6dc48ac5dedb4847c6bb24ea35b2f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 19 Jun 2015 18:47:01 -0400 Subject: Fix phpdoc comments --- app/Model/Notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Model/Notification.php') diff --git a/app/Model/Notification.php b/app/Model/Notification.php index ec349681..6a50f7ba 100644 --- a/app/Model/Notification.php +++ b/app/Model/Notification.php @@ -229,7 +229,7 @@ class Notification extends Base * * @access public * @param integer $project_id Project id - * @param array $exclude_user_id User id to exclude + * @param integer $exclude_user_id User id to exclude * @return array */ public function getUsersWithNotificationEnabled($project_id, $exclude_user_id = 0) -- cgit v1.2.3