summaryrefslogtreecommitdiff
path: root/app/Model/Notification.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/Notification.php')
-rw-r--r--app/Model/Notification.php2
1 files changed, 1 insertions, 1 deletions
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)