Fix phpdoc comments
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user