Passed
Push — master ( 6c840c...b9a095 )
by Anton
02:38
created
tests/app/src/Controller/TestController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 
50 50
     public function inputAction(InputScope $i)
51 51
     {
52
-        return 'value: ' . $i->withPrefix('section')->getValue('query', 'value');
52
+        return 'value: '.$i->withPrefix('section')->getValue('query', 'value');
53 53
     }
54 54
 
55 55
     public function errorAction(): void
Please login to merge, or discard this patch.