@@ -103,8 +103,8 @@ |
||
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; |
@@ -36,7 +36,7 @@ |
||
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) { |