Passed
Pull Request — master (#47)
by Lloric Mayuga
03:02
created
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.