Passed
Pull Request — master (#55)
by
unknown
07:51 queued 05:25
created
src/config/timezone.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,5 +71,5 @@
 block discarded – undo
71 71
     |
72 72
     */
73 73
 
74
-	'message' => 'We have set your timezone to %s'
74
+    'message' => 'We have set your timezone to %s'
75 75
 ];
Please login to merge, or discard this patch.
src/Listeners/Auth/UpdateUsersTimezone.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
         $value = null;
135 135
 
136 136
         foreach ($keys as $key) {
137
-            if (! request()->$type->has($key)) {
137
+            if (!request()->$type->has($key)) {
138 138
                 continue;
139 139
             }
140 140
             $value = request()->$type->get($key);
Please login to merge, or discard this patch.