Completed
Push — master ( 7fce4f...6ae4bb )
by Aleksandar
39:31 queued 16:54
created
src/TmpFakeIt/src/Action/TmpAction.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.