Add missing change from previous commit
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2020-08-05 21:52:36 -04:00
parent 9a6d0052d7
commit ca8a0edad0
1 changed files with 2 additions and 3 deletions

View File

@ -240,12 +240,11 @@ class Controller {
* @param HtmlView $view
* @param string $template
* @param array $data
* @throws InvalidArgumentException
* @return HtmlView
* @throws ContainerException
* @throws NotFoundException
* @return void
*/
protected function renderFullPage($view, string $template, array $data): void
protected function renderFullPage($view, string $template, array $data): HtmlView
{
$csp = [
"default-src 'self'",