Fix phpdoc comments

This commit is contained in:
Frederic Guillot
2015-06-19 18:47:01 -04:00
parent 9de6c71158
commit ff85518fa8
5 changed files with 15 additions and 14 deletions

View File

@@ -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)

View File

@@ -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)