Completed
Pull Request — master (#84)
by Ashleigh
04:16
created
src/Google2FA.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -350,13 +350,13 @@
 block discarded – undo
350 350
         $timestamp = $this->makeTimestamp($timestamp);
351 351
 
352 352
         return $this->findValidOTP(
353
-           $secret,
354
-           $key,
355
-           $window,
356
-           $this->makeStartingTimestamp($window, $timestamp, $oldTimestamp),
357
-           $timestamp,
358
-           $oldTimestamp
359
-       );
353
+            $secret,
354
+            $key,
355
+            $window,
356
+            $this->makeStartingTimestamp($window, $timestamp, $oldTimestamp),
357
+            $timestamp,
358
+            $oldTimestamp
359
+        );
360 360
     }
361 361
 
362 362
     /**
Please login to merge, or discard this patch.