Test Failed
Push — dev6 ( e3f62b...d58043 )
by Ron
17:13
created
app/Http/Controllers/Auth/ResetPasswordSubmitController.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         $status = Password::reset(
22 22
             $request->only('email', 'password', 'password_confirmation', 'token'),
23
-                function($user, $password)
24
-                {
23
+                function($user, $password) {
25 24
                     //  Determine the new expiration date
26 25
                     $expires = config('auth.passwords.settings.expire') ? Carbon::now()->addDays(config('auth.passwords.settings.expire')) : null;
27 26
 
Please login to merge, or discard this patch.
app/Providers/RouteServiceProvider.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         $this->configureRateLimiting();
21 21
 
22
-        $this->routes(function ()
23
-        {
22
+        $this->routes(function () {
24 23
             //  Basic Login and Logout Routes
25 24
             Route::middleware('web')
26 25
                 ->namespace($this->namespace)
Please login to merge, or discard this patch.