Passed
Push — 3.0 ( 79e259...8b7479 )
by Rubén
04:33
created
app/modules/web/Controllers/LoginController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
             $this->checkForwarded();
65 65
 
66
-            $redirector = function ($route) use ($from) {
66
+            $redirector = function($route) use ($from) {
67 67
                 $uri = new Uri(ltrim(Bootstrap::$SUBURI, '/'));
68 68
                 $uri->addParam('r', $route);
69 69
 
Please login to merge, or discard this patch.