Test Setup Failed
Branch master (01bd63)
by Samson
09:23
created
Category
src/FromAttemptPasswordReHasher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     {
74 74
         $user = $this->provider->retrieveByCredentials($event->credentials);
75 75
 
76
-        if (! is_null($user) && $this->validCredentials($event) && $this->passwordNeedsRehash($user)) {
76
+        if (!is_null($user) && $this->validCredentials($event) && $this->passwordNeedsRehash($user)) {
77 77
             $this->passwordUpdateRehash($user, $event->credentials['password']);
78 78
         }
79 79
     }
Please login to merge, or discard this patch.