Passed
Push — master ( 60a713...e20781 )
by Stefan
10:30 queued 12s
created
lib/Auth/Process/WebAuthn.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,8 +90,8 @@
 block discarded – undo
90 90
             $this->stateData->scope = $moduleConfig['scope'];
91 91
         }
92 92
 
93
-	// Set the derived scope so we can compare it to the sent host at a later point
94
-	$httpUtils = new Utils\HTTP();
93
+    // Set the derived scope so we can compare it to the sent host at a later point
94
+    $httpUtils = new Utils\HTTP();
95 95
         $baseurl = $httpUtils->getSelfHost();
96 96
         $hostname = parse_url($baseurl, PHP_URL_HOST);
97 97
         if ($hostname !== null) {
Please login to merge, or discard this patch.