automated phpcs fixes

This commit is contained in:
Dennis Eichhorn 2023-05-31 13:21:48 +00:00
parent 0928f51993
commit 520b75efed
4 changed files with 14 additions and 15 deletions

View File

@ -173,7 +173,7 @@ final class Application
$head = new Head(); $head = new Head();
$pageView->setData('unitId', $this->app->unitId); $pageView->setData('unitId', $this->app->unitId);
$pageView->data['head'] = $head; $pageView->head = $head;
$response->set('Content', $pageView); $response->set('Content', $pageView);
/* App only allows GET */ /* App only allows GET */

View File

@ -108,7 +108,6 @@ class TicketAttributeValue implements \JsonSerializable
*/ */
private ?BaseStringL11n $l11n = null; private ?BaseStringL11n $l11n = null;
/** /**
* Set value * Set value
* *