Passed
Push — master ( 91f4e2...e67140 )
by Vince
02:45
created
src/core/user/userLoad.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@
 block discarded – undo
230 230
             $raToken = explode('.', $account->refresh_token);
231 231
             if (!empty($raToken)) {
232 232
                 $raToken = array_values(array_filter($raToken));
233
-                $time = ($raToken[0] <= ($this->timeNow() - $offset) ) ? ($this->timeNow() + $offset) : $raToken[0];
233
+                $time = ($raToken[0] <= ($this->timeNow() - $offset)) ? ($this->timeNow() + $offset) : $raToken[0];
234 234
             }
235 235
         }
236 236
 
Please login to merge, or discard this patch.