Test Failed
Push — develop ( c3d980...50f9bb )
by nguereza
02:14
created
src/Demo/LoginAction.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
                 $this->template,
77 77
                 'login',
78 78
                 [
79
-                   'name' => $name
79
+                    'name' => $name
80 80
                 ]
81 81
             );
82 82
         }
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,7 @@
 block discarded – undo
20 20
  *
21 21
  * @author tony
22 22
  */
23
-class LoginAction implements RequestHandlerInterface
24
-{
23
+class LoginAction implements RequestHandlerInterface {
25 24
 
26 25
     protected LoggerInterface $logger;
27 26
     protected Application $app;
Please login to merge, or discard this patch.
src/Demo/HomeAction.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,7 @@
 block discarded – undo
19 19
  *
20 20
  * @author tony
21 21
  */
22
-class HomeAction implements RequestHandlerInterface
23
-{
22
+class HomeAction implements RequestHandlerInterface {
24 23
 
25 24
     protected LoggerInterface $logger;
26 25
     protected Application $app;
Please login to merge, or discard this patch.
src/Demo/LogoutAction.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,7 @@
 block discarded – undo
20 20
  *
21 21
  * @author tony
22 22
  */
23
-class LogoutAction implements RequestHandlerInterface
24
-{
23
+class LogoutAction implements RequestHandlerInterface {
25 24
 
26 25
     protected LoggerInterface $logger;
27 26
     protected Application $app;
Please login to merge, or discard this patch.