diff options
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Notification.php | 2 | ||||
-rw-r--r-- | app/Model/TaskFilter.php | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/app/Model/TaskFilter.php b/app/Model/TaskFilter.php index 134f67cd..3d58c060 100644 --- a/app/Model/TaskFilter.php +++ b/app/Model/TaskFilter.php @@ -247,7 +247,7 @@ class TaskFilter extends Base * * @access public * @param string $start - * @param strings $end + * @param string $end * @return TaskFilter */ public function filterByStartDateRange($start, $end) |