automated phpcs fixes

This commit is contained in:
Dennis Eichhorn 2023-05-31 13:21:47 +00:00
parent f3c2edaf66
commit da4d4074e8
4 changed files with 7 additions and 7 deletions

View File

@ -108,7 +108,7 @@ final class Application
$pageView = new TimerecordingView($this->app->l11nManager, $request, $response); $pageView = new TimerecordingView($this->app->l11nManager, $request, $response);
$head = new Head(); $head = new Head();
$pageView->data['head'] = $head; $pageView->head = $head;
$response->set('Content', $pageView); $response->set('Content', $pageView);
/* Timerecording only allows GET */ /* Timerecording only allows GET */