Passed
Push — master ( 062e72...90a2f7 )
by Greg
08:49
created
app/Module/ModuleThemeTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -308,7 +308,7 @@
 block discarded – undo
308 308
         if ($request->getAttribute('route') === 'tree-page') {
309 309
             $tree = $request->getAttribute('tree');
310 310
             assert($tree instanceof Tree);
311
-            $redirect  = route('user-page', ['tree' => $tree->name()]);
311
+            $redirect = route('user-page', ['tree' => $tree->name()]);
312 312
         }
313 313
 
314 314
         // Stay on the same tree page
Please login to merge, or discard this patch.
app/Http/RequestHandlers/RedirectMediaViewerPhp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      */
42 42
     public function handle(ServerRequestInterface $request): ResponseInterface
43 43
     {
44
-        $tree   = $request->getQueryParams()['ged'];
44
+        $tree = $request->getQueryParams()['ged'];
45 45
         assert(is_string($tree));
46 46
 
47 47
         $xref  = $request->getQueryParams()['mid'];
Please login to merge, or discard this patch.