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 +- app/Model/TaskFilter.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Model') 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) -- cgit v1.2.3