@@ -7,7 +7,7 @@ |
||
7 | 7 | |
8 | 8 | public function __construct() |
9 | 9 | { |
10 | - parent::__construct(function ($data) { |
|
10 | + parent::__construct(function($data) { |
|
11 | 11 | return $data; |
12 | 12 | }); |
13 | 13 | } |
@@ -56,7 +56,7 @@ |
||
56 | 56 | throw new MethodException('Bad method output: ' . $e->getMessage(), $e); |
57 | 57 | } |
58 | 58 | |
59 | - return array_map(function ($slot) { |
|
59 | + return array_map(function($slot) { |
|
60 | 60 | return array( |
61 | 61 | 'startDateTime' => $slot['startDateTime']->format(DateTime::W3C), |
62 | 62 | 'endDateTime' => $slot['endDateTime']->format(DateTime::W3C), |