Passed
Pull Request — master (#55)
by
unknown
12:01
created
src/Listeners/Auth/UpdateUsersTimezone.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,8 +103,8 @@
 block discarded – undo
103 103
     }
104 104
 
105 105
     /**
106
-    * @return mixed
107
-    */
106
+     * @return mixed
107
+     */
108 108
     private function getFromLookup()
109 109
     {
110 110
         $result = null;
Please login to merge, or discard this patch.
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.