@@ -17,7 +17,7 @@ discard block |
||
| 17 | 17 | |
| 18 | 18 | $startDateTime = new DateTime('+1 hour'); |
| 19 | 19 | $endDateTime = new DateTime('+2 hours'); |
| 20 | - $closure = function () use ($startDateTime, $endDateTime) { |
|
| 20 | + $closure = function() use ($startDateTime, $endDateTime) { |
|
| 21 | 21 | return array( |
| 22 | 22 | array( |
| 23 | 23 | 'startDateTime' => $startDateTime, |
@@ -108,7 +108,7 @@ discard block |
||
| 108 | 108 | { |
| 109 | 109 | try { |
| 110 | 110 | $request = $this->getRequestMock($requestData); |
| 111 | - $method = new GetSlots(function () use ($responseData) { |
|
| 111 | + $method = new GetSlots(function() use ($responseData) { |
|
| 112 | 112 | return $responseData; |
| 113 | 113 | }); |
| 114 | 114 | $method->call($request); |