Completed
Push — master ( abbd86...80619a )
by Arman
16s queued 11s
created
src/Libraries/Auth/ApiAuth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
     {
187 187
         $user = $this->authService->get($this->keys['otpToken'], $otp_token);
188 188
 
189
-        if (new \DateTime() >= new \DateTime($user[$this->keys['otpExpiryIn']])){
189
+        if (new \DateTime() >= new \DateTime($user[$this->keys['otpExpiryIn']])) {
190 190
             throw new AuthException(ExceptionMessages::VERIFICATION_CODE_EXPIRY_IN);
191 191
         }
192 192
 
Please login to merge, or discard this patch.
src/Libraries/Auth/WebAuth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
     {
187 187
         $user = $this->authService->get($this->keys['otpToken'], $otp_token);
188 188
 
189
-        if (new \DateTime() >= new \DateTime($user[$this->keys['otpExpiryIn']])){
189
+        if (new \DateTime() >= new \DateTime($user[$this->keys['otpExpiryIn']])) {
190 190
             throw new AuthException(ExceptionMessages::VERIFICATION_CODE_EXPIRY_IN);
191 191
         }
192 192
 
Please login to merge, or discard this patch.