Cosmetic fixes
This commit is contained in:
@@ -15,7 +15,8 @@ use Symfony\Component\Console\Command\Command;
|
|||||||
* @property \Model\Project $project
|
* @property \Model\Project $project
|
||||||
* @property \Model\ProjectPermission $projectPermission
|
* @property \Model\ProjectPermission $projectPermission
|
||||||
* @property \Model\ProjectAnalytic $projectAnalytic
|
* @property \Model\ProjectAnalytic $projectAnalytic
|
||||||
* @property \Model\ProjectDailySummary $projectDailySummary
|
* @property \Model\ProjectDailyColumnStats $projectDailyColumnStats
|
||||||
|
* @property \Model\ProjectDailyStats $projectDailyColumnStats
|
||||||
* @property \Model\SubtaskExport $subtaskExport
|
* @property \Model\SubtaskExport $subtaskExport
|
||||||
* @property \Model\Task $task
|
* @property \Model\Task $task
|
||||||
* @property \Model\TaskExport $taskExport
|
* @property \Model\TaskExport $taskExport
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ class TaskFilter extends Base
|
|||||||
* Exclude a list of task_id
|
* Exclude a list of task_id
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param array $task_ids
|
* @param integer[] $task_ids
|
||||||
* @return TaskFilter
|
* @return TaskFilter
|
||||||
*/
|
*/
|
||||||
public function excludeTasks(array $task_ids)
|
public function excludeTasks(array $task_ids)
|
||||||
@@ -636,8 +636,8 @@ class TaskFilter extends Base
|
|||||||
* @access public
|
* @access public
|
||||||
* @param string $start_column Column name for the start date
|
* @param string $start_column Column name for the start date
|
||||||
* @param string $end_column Column name for the end date
|
* @param string $end_column Column name for the end date
|
||||||
* @param Eluceo\iCal\Component\Calendar $vCalendar Calendar object
|
* @param Calendar $vCalendar Calendar object
|
||||||
* @return Eluceo\iCal\Component\Calendar
|
* @return Calendar
|
||||||
*/
|
*/
|
||||||
public function addDateTimeIcalEvents($start_column, $end_column, Calendar $vCalendar = null)
|
public function addDateTimeIcalEvents($start_column, $end_column, Calendar $vCalendar = null)
|
||||||
{
|
{
|
||||||
@@ -668,8 +668,8 @@ class TaskFilter extends Base
|
|||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param string $column Column name for the date
|
* @param string $column Column name for the date
|
||||||
* @param Eluceo\iCal\Component\Calendar $vCalendar Calendar object
|
* @param Calendar $vCalendar Calendar object
|
||||||
* @return Eluceo\iCal\Component\Calendar
|
* @return Calendar
|
||||||
*/
|
*/
|
||||||
public function addAllDayIcalEvents($column = 'date_due', Calendar $vCalendar = null)
|
public function addAllDayIcalEvents($column = 'date_due', Calendar $vCalendar = null)
|
||||||
{
|
{
|
||||||
@@ -699,7 +699,7 @@ class TaskFilter extends Base
|
|||||||
* @access protected
|
* @access protected
|
||||||
* @param array $task
|
* @param array $task
|
||||||
* @param string $uid
|
* @param string $uid
|
||||||
* @return Eluceo\iCal\Component\Event
|
* @return Event
|
||||||
*/
|
*/
|
||||||
protected function getTaskIcalEvent(array &$task, $uid)
|
protected function getTaskIcalEvent(array &$task, $uid)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ namespace Model;
|
|||||||
|
|
||||||
use SimpleValidator\Validator;
|
use SimpleValidator\Validator;
|
||||||
use SimpleValidator\Validators;
|
use SimpleValidator\Validators;
|
||||||
use PicoDb\Table;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TaskLink model
|
* TaskLink model
|
||||||
|
|||||||
Reference in New Issue
Block a user