Passed
Pull Request — master (#47)
by Lloric Mayuga
03:10
created
src/LaravelTimezoneServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
     public function boot()
26 26
     {
27 27
         // for lumen
28
-        $configPath =function ($path = '')
28
+        $configPath = function($path = '')
29 29
         {
30 30
             return app()->basePath() . '/config' . ($path ? '/' . $path : $path);
31 31
         };
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
         // Register a blade directive to show user date/time in their timezone
42 42
         Blade::directive(
43 43
             'displayDate',
44
-            function ($expression) {
44
+            function($expression) {
45 45
                 $options = explode(',', $expression);
46 46
 
47 47
                 if (count($options) == 1) {
Please login to merge, or discard this patch.