@@ -12,7 +12,6 @@ |
||
12 | 12 | class DefaultController extends Controller |
13 | 13 | { |
14 | 14 | /** |
15 | - |
|
16 | 15 | * @param Request $request |
17 | 16 | * @Route("/login", name="api_login") |
18 | 17 | * @Method("POST") |
@@ -12,7 +12,6 @@ |
||
12 | 12 | |
13 | 13 | /** |
14 | 14 | * Class UserType. |
15 | - |
|
16 | 15 | */ |
17 | 16 | class UserType extends AbstractType |
18 | 17 | { |
@@ -50,9 +50,9 @@ |
||
50 | 50 | public function getEventList($calendarId = 'primary') |
51 | 51 | { |
52 | 52 | return $this->calendar |
53 | - ->events |
|
54 | - ->listEvents($calendarId) |
|
55 | - ->getItems(); |
|
53 | + ->events |
|
54 | + ->listEvents($calendarId) |
|
55 | + ->getItems(); |
|
56 | 56 | } |
57 | 57 | |
58 | 58 | public function getEventById($id) |