Passed
Pull Request — master (#84)
by
unknown
08:05
created
src/Listeners/Auth/UpdateUsersTimezone.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
7 7
 use Laravel\Passport\Events\AccessTokenCreated;
8 8
 use Torann\GeoIP\Location;
9 9
 
10
-use App\Models\User;    //added this to allow us use the User model below
10
+use App\Models\User; //added this to allow us use the User model below
11 11
 
12 12
 class UpdateUsersTimezone
13 13
 {
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
         $value = null;
149 149
 
150 150
         foreach ($keys as $key) {
151
-            if (! request()->$type->has($key)) {
151
+            if (!request()->$type->has($key)) {
152 152
                 continue;
153 153
             }
154 154
             $value = request()->$type->get($key);
Please login to merge, or discard this patch.