Passed
Push — master ( 221005...26261c )
by Rubén
03:12
created
app/modules/web/Controllers/SimpleControllerBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
         $this->sessionLogout(
88 88
             $this->request,
89 89
             $this->configData,
90
-            function ($redirect) {
90
+            function($redirect) {
91 91
                 $this->router->response()
92 92
                     ->redirect($redirect)
93 93
                     ->send(true);
Please login to merge, or discard this patch.
app/modules/web/Controllers/ControllerBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
         $this->sessionLogout(
162 162
             $this->request,
163 163
             $this->configData,
164
-            function ($redirect) {
164
+            function($redirect) {
165 165
                 $this->router->response()
166 166
                     ->redirect($redirect)
167 167
                     ->send(true);
Please login to merge, or discard this patch.