Fix doc align

This commit is contained in:
Dennis Eichhorn 2018-12-09 22:20:51 +01:00
parent 7424343325
commit e436742fff
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
* @link http://website.orange-management.de
*/
/**
* @var \phpOMS\Views\View $this
* @var \phpOMS\Views\View $this
* @var \Modules\Tasks\Models\Task[] $tickets
*/
$tickets = $this->getData('tickets');

View File

@ -11,7 +11,7 @@
* @link http://website.orange-management.de
*/
/**
* @var \phpOMS\Views\View $this
* @var \phpOMS\Views\View $this
* @var \Modules\Support\Models\Ticket $ticket
*/
$ticket = $this->getData('ticket');