Passed
Push — main ( 79ccdf...097cc9 )
by Dimitri
03:17
created
src/Http/Redirection.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,7 @@
 block discarded – undo
45 45
     {
46 46
         try {
47 47
             return $this->to($this->generator->route('home'), $status);
48
-        }
49
-        catch (HttpException) {
48
+        } catch (HttpException) {
50 49
             return $this->to('/', $status);
51 50
         }
52 51
     }
Please login to merge, or discard this patch.