@@ -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 TmpFakeIt\Action; |
| 6 | 6 | |
@@ -40,6 +40,6 @@ discard block |
||
| 40 | 40 | */ |
| 41 | 41 | public function __invoke(Request $request, Response $response, callable $next = null) |
| 42 | 42 | { |
| 43 | - return new HtmlResponse($this->template->render('web::tmp', ['layout' => 'layout/web'])); |
|
| 43 | + return new HtmlResponse($this->template->render('web::tmp', [ 'layout' => 'layout/web' ])); |
|
| 44 | 44 | } |
| 45 | 45 | } |
| 46 | 46 | \ No newline at end of file |