Passed
Pull Request — master (#19)
by Thijs
07:55
created
src/Controller/MetaRefresh.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 
74 74
         try {
75 75
             $mf = new \SimpleSAML\Module\metarefresh\MetaRefresh();
76
-	    $mf->runRefresh();
76
+        $mf->runRefresh();
77 77
 
78 78
         } catch (Exception $e) {
79 79
             $e = Error\Exception::fromException($e);
Please login to merge, or discard this patch.