@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Web\Action; |
6 | 6 | |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | //} |
54 | 54 | |
55 | 55 | // Set custom html from view file |
56 | - return new HtmlResponse($this->template->render('web::home', ['layout' => 'layout/web'])); |
|
56 | + return new HtmlResponse($this->template->render('web::home', [ 'layout' => 'layout/web' ])); |
|
57 | 57 | } |
58 | 58 | |
59 | 59 | } |