mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-18 17:08:40 +00:00
automated phpcs fixes
This commit is contained in:
parent
0928f51993
commit
520b75efed
|
|
@ -173,7 +173,7 @@ final class Application
|
|||
$head = new Head();
|
||||
|
||||
$pageView->setData('unitId', $this->app->unitId);
|
||||
$pageView->data['head'] = $head;
|
||||
$pageView->head = $head;
|
||||
$response->set('Content', $pageView);
|
||||
|
||||
/* App only allows GET */
|
||||
|
|
|
|||
|
|
@ -108,7 +108,6 @@ class TicketAttributeValue implements \JsonSerializable
|
|||
*/
|
||||
private ?BaseStringL11n $l11n = null;
|
||||
|
||||
|
||||
/**
|
||||
* Set value
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user