Completed
Pull Request — master (#99)
by
unknown
19:51
created
packages/Web/Action/HomeAction.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 Web\Action;
6 6
 
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
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
 }
Please login to merge, or discard this patch.