Fix some phpdoc
This commit is contained in:
@@ -34,6 +34,7 @@ use Pimple\Container;
|
|||||||
* @property \Integration\Sendgrid $sendgrid
|
* @property \Integration\Sendgrid $sendgrid
|
||||||
* @property \Integration\SlackWebhook $slackWebhook
|
* @property \Integration\SlackWebhook $slackWebhook
|
||||||
* @property \Integration\Smtp $smtp
|
* @property \Integration\Smtp $smtp
|
||||||
|
* @property \Formatter\ProjectGanttFormatter $projectGanttFormatter
|
||||||
* @property \Formatter\TaskFilterGanttFormatter $taskFilterGanttFormatter
|
* @property \Formatter\TaskFilterGanttFormatter $taskFilterGanttFormatter
|
||||||
* @property \Formatter\TaskFilterAutoCompleteFormatter $taskFilterAutoCompleteFormatter
|
* @property \Formatter\TaskFilterAutoCompleteFormatter $taskFilterAutoCompleteFormatter
|
||||||
* @property \Formatter\TaskFilterCalendarFormatter $taskFilterCalendarFormatter
|
* @property \Formatter\TaskFilterCalendarFormatter $taskFilterCalendarFormatter
|
||||||
@@ -53,6 +54,10 @@ use Pimple\Container;
|
|||||||
* @property \Model\LastLogin $lastLogin
|
* @property \Model\LastLogin $lastLogin
|
||||||
* @property \Model\Link $link
|
* @property \Model\Link $link
|
||||||
* @property \Model\Notification $notification
|
* @property \Model\Notification $notification
|
||||||
|
* @property \Model\NotificationType $notificationType
|
||||||
|
* @property \Model\NotificationFilter $notificationFilter
|
||||||
|
* @property \Model\OverdueNotification $overdueNotification
|
||||||
|
* @property \Model\WebNotification $webNotification
|
||||||
* @property \Model\Project $project
|
* @property \Model\Project $project
|
||||||
* @property \Model\ProjectActivity $projectActivity
|
* @property \Model\ProjectActivity $projectActivity
|
||||||
* @property \Model\ProjectAnalytic $projectAnalytic
|
* @property \Model\ProjectAnalytic $projectAnalytic
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ class Hook extends \Core\Base
|
|||||||
* @access public
|
* @access public
|
||||||
* @param string $type
|
* @param string $type
|
||||||
* @param string $hook
|
* @param string $hook
|
||||||
* @param array $variables
|
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function asset($type, $hook)
|
public function asset($type, $hook)
|
||||||
|
|||||||
Reference in New Issue
Block a user