Passed
Pull Request — master (#47)
by Lloric Mayuga
03:02
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/LaravelTimezoneServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         // Register a blade directive to show user date/time in their timezone
37 37
         Blade::directive(
38 38
             'displayDate',
39
-            function ($expression) {
39
+            function($expression) {
40 40
                 $options = explode(',', $expression);
41 41
 
42 42
                 if (count($options) == 1) {
Please login to merge, or discard this patch.