Passed
Branch master (c9f0bd)
by Stefan
08:38
created
lib/Controller/RegProcess.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,9 @@
 block discarded – undo
177 177
          * with a transaction counter of 0.
178 178
          */
179 179
         $currentCounterValue = -1;
180
-        if ($regObject->getCounter() > 0) $currentCounterValue = $regObject->getCounter();
180
+        if ($regObject->getCounter() > 0) {
181
+            $currentCounterValue = $regObject->getCounter();
182
+        }
181 183
         
182 184
         $store->storeTokenData(
183 185
             $state['FIDO2Username'],
Please login to merge, or discard this patch.