Passed
Push — dev5 ( 5adb95...c3531a )
by Ron
09:38
created
app/Domains/Users/SetUserDetails.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,8 +81,7 @@
 block discarded – undo
81 81
 
82 82
         //  Determine if there is a new password expire's date
83 83
         $newExpire = config('auth.passwords.settings.expire') != null ?
84
-            Carbon::now()->addDays(config('auth.passwords.settings.expire')) :
85
-            null;
84
+            Carbon::now()->addDays(config('auth.passwords.settings.expire')) : null;
86 85
 
87 86
         User::find($userID)->update([
88 87
             'password' => bcrypt($request->newPass),
Please login to merge, or discard this patch.