Passed
Push — main ( 46cb87...b800f4 )
by Marc
18:17 queued 13:49
created
system/admin/dispatcher.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     if (isset($routes[$method])) {
18 18
         $content = admin_get_content_object($method, $uri, $routes);
19 19
     } else {
20
-       throw new InternalException("Unsupported HTTP Method [$method]");
20
+        throw new InternalException("Unsupported HTTP Method [$method]");
21 21
     }
22 22
 
23 23
     return $content;
Please login to merge, or discard this patch.