summaryrefslogtreecommitdiff
path: root/app/Model/Notification.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-19 18:47:01 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-19 18:47:01 -0400
commitff85518fa8f6dc48ac5dedb4847c6bb24ea35b2f (patch)
treee217c33fa96ef345de6be65f11ea0fb408ae7ff6 /app/Model/Notification.php
parent9de6c71158284f50637de46f10423ac6c63cd149 (diff)
Fix phpdoc comments
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)