Passed
Push — master ( aabcb6...83d280 )
by Greg
05:15
created
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), new InvalidArgumentException());
46 46
 
47 47
         $xref  = $request->getQueryParams()['mid'];
Please login to merge, or discard this patch.