Completed
Branch master (856571)
by Fèvre
05:43 queued 05:43
created
app/Http/Controllers/Auth/VerificationController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
         $user = User::find($request->route('id'));
72 72
 
73 73
 
74
-        if (! hash_equals((string) $request->route('id'), (string) $user->getKey())) {
74
+        if (!hash_equals((string) $request->route('id'), (string) $user->getKey())) {
75 75
             throw new AuthorizationException;
76 76
         }
77 77
 
Please login to merge, or discard this patch.