Completed
Push — master ( 829f13...0ee0ef )
by Philip
02:23
created
src/CRUDlex/PasswordReset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
         $passwordReset = $passwordResets[0];
103 103
 
104 104
         $createdAt = $passwordReset->get('created_at');
105
-        if (strtotime($createdAt.' UTC') < time() - 2 * 24 * 60 * 60) {
105
+        if (strtotime($createdAt . ' UTC') < time() - 2 * 24 * 60 * 60) {
106 106
             return false;
107 107
         }
108 108
 
Please login to merge, or discard this patch.