Passed
Branch master (c9f0bd)
by Stefan
08:38
created
lib/Controller/AuthProcess.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
             'private'          => false,
203 203
         ]);
204 204
         $response->setExpires(new DateTime('Thu, 19 Nov 1981 08:52:00 GMT'));
205
-        */
205
+         */
206 206
 
207 207
         return $response;
208 208
     }
Please login to merge, or discard this patch.
lib/Controller/RegProcess.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
             'private'          => false,
203 203
         ]);
204 204
         $response->setExpires(new DateTime('Thu, 19 Nov 1981 08:52:00 GMT'));
205
-        */
205
+         */
206 206
 
207 207
         return $response;
208 208
     }
Please login to merge, or discard this 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.
lib/Controller/ManageToken.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
             'private'          => false,
203 203
         ]);
204 204
         $response->setExpires(new DateTime('Thu, 19 Nov 1981 08:52:00 GMT'));
205
-        */
205
+         */
206 206
 
207 207
         return $response;
208 208
     }
Please login to merge, or discard this patch.